#5776BD

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

Shades of Havelock Blue #5776BD

Tints of Havelock Blue #5776BD

Color information

#5776BD (or 0x5776BD) is unknown color: approx Havelock Blue. HEX triplet: 57, 76 and BD. RGB value is (87,118,189). Sum of RGB (Red+Green+Blue) = 87+118+189=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #5776BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776BD is #A88942. Grayscale: #747474. Windows color (decimal): -11045187 or 12416599. OLE color: 12416599.

HSL color Cylindrical-coordinate representation of color #5776BD: hue angle of 221.76º degrees, saturation: 0.44, 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 #5776BD is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87118189-
CMYK0.540.3800.26
HSL221.76º43.59%54.12%-
HSV(B)221.76º53.97%74.12%-
XYZ19.5918.6650.71-
YUV116.82168.73106.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.08%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=22.08%
G=29.95%
B=47.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871181890.540.3800.26221.7643.5954.12
Hex5776BD362601Ade2c36
Octal12716627566460323365466
Binary101011111101101011110111011010011001101011011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5776BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5776BD; }

 p { color: rgb(87,118,189); }

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

<style>
 a { background-color: #5776BD; }

 a { background-color: rgb(87,118,189); }

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

<style>
 span { border-color: #5776BD; }

 span { border-color: rgb(87,118,189); }

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