#567bbc

Color #567BBC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #567BBC

Tints of Havelock Blue #567BBC

Color information

#567BBC (or 0x567BBC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7B and BC. RGB value is (86,123,188). Sum of RGB (Red+Green+Blue) = 86+123+188=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #567BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BBC is #A98443. Grayscale: #777777. Windows color (decimal): -11109444 or 12352342. OLE color: 12352342.

HSL color Cylindrical-coordinate representation of color #567BBC: hue angle of 218.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567BBC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86123188-
CMYK0.540.3500.26
HSL218.24º43.22%53.73%-
HSV(B)218.24º54.26%73.73%-
XYZ2019.7850.34-
YUV119.35166.74104.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=21.66%
G=30.98%
B=47.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861231880.540.3500.26218.2443.2253.73
Hex567BBC362301Ada2b36
Octal12617327466430323325366
Binary101011011110111011110011011010001101101011011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567bbc; }

 p { color: rgb(86,123,188); }

 H1.HeaderClassName
 {
   color: #567bbc;
 }
 .AnyTagClassName
 {
   color: #567bbc;
 }
</style>
background-color css

<style>
 a { background-color: #567bbc; }

 a { background-color: rgb(86,123,188); }

 div.DivClassName
 {
   background-color: #567bbc;
 }
 .BgClassName
 {
   background-color: #567bbc;
 }
</style>
border-color css

<style>
 span { border-color: #567bbc; }

 span { border-color: rgb(86,123,188); }

 td.TdClassName
 {
   border-color: #567bbc;
 }
 .TagClassName
 {
   border-color: #567bbc;
 }
</style>