#567DB6

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

Shades of Havelock Blue #567DB6

Tints of Havelock Blue #567DB6

Color information

#567DB6 (or 0x567DB6) is unknown color: approx Havelock Blue. HEX triplet: 56, 7D and B6. RGB value is (86,125,182). Sum of RGB (Red+Green+Blue) = 86+125+182=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #567DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DB6 is #A98249. Grayscale: #777777. Windows color (decimal): -11108938 or 11959638. OLE color: 11959638.

HSL color Cylindrical-coordinate representation of color #567DB6: hue angle of 215.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #567DB6 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86125182-
CMYK0.530.3100.29
HSL215.62º39.67%52.55%-
HSV(B)215.62º52.75%71.37%-
XYZ19.6120.0247.09-
YUV119.84163.08103.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 182 (71.48% from 255) = 46.31%
R=21.88%
G=31.81%
B=46.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861251820.530.3100.29215.6239.6752.55
Hex567DB6351F01Dd82835
Octal12617526665370353305065
Binary10101101111101101101101101011111101110111011000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,125,182); }

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

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

 a { background-color: rgb(86,125,182); }

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

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

 span { border-color: rgb(86,125,182); }

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