#5F76D6

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

Shades of Havelock Blue #5F76D6

Tints of Havelock Blue #5F76D6

Color information

#5F76D6 (or 0x5F76D6) is unknown color: approx Havelock Blue. HEX triplet: 5F, 76 and D6. RGB value is (95,118,214). Sum of RGB (Red+Green+Blue) = 95+118+214=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #5F76D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F76D6 is #A08929. Grayscale: #797979. Windows color (decimal): -10520874 or 14055007. OLE color: 14055007.

HSL color Cylindrical-coordinate representation of color #5F76D6: hue angle of 228.4º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F76D6 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95118214-
CMYK0.560.4500.16
HSL228.4º59.2%60.59%-
HSV(B)228.4º55.61%83.92%-
XYZ23.3420.2466.3-
YUV122.07179.88108.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=22.25%
G=27.63%
B=50.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951182140.560.4500.16228.459.260.59
Hex5F76D6382D010e43b3d
Octal13716632670550203447375
Binary101111111101101101011011100010110101000011100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F76D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F76D6; }

 p { color: rgb(95,118,214); }

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

<style>
 a { background-color: #5F76D6; }

 a { background-color: rgb(95,118,214); }

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

<style>
 span { border-color: #5F76D6; }

 span { border-color: rgb(95,118,214); }

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