#5676D2

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

Shades of Havelock Blue #5676D2

Tints of Havelock Blue #5676D2

Color information

#5676D2 (or 0x5676D2) is unknown color: approx Havelock Blue. HEX triplet: 56, 76 and D2. RGB value is (86,118,210). Sum of RGB (Red+Green+Blue) = 86+118+210=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #5676D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676D2 is #A9892D. Grayscale: #767676. Windows color (decimal): -11110702 or 13792854. OLE color: 13792854.

HSL color Cylindrical-coordinate representation of color #5676D2: hue angle of 224.52º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5676D2 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86118210-
CMYK0.590.4400.18
HSL224.52º57.94%58.04%-
HSV(B)224.52º59.05%82.35%-
XYZ21.9519.5963.6-
YUV118.92179.4104.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 210 (82.42% from 255) = 50.72%
R=20.77%
G=28.50%
B=50.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861182100.590.4400.18224.5257.9458.04
Hex5676D23B2C012e13a3a
Octal12616632273540223417272
Binary101011011101101101001011101110110001001011100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5676D2; }

 p { color: rgb(86,118,210); }

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

<style>
 a { background-color: #5676D2; }

 a { background-color: rgb(86,118,210); }

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

<style>
 span { border-color: #5676D2; }

 span { border-color: rgb(86,118,210); }

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