#5778B0

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

Shades of Havelock Blue #5778B0

Tints of Havelock Blue #5778B0

Color information

#5778B0 (or 0x5778B0) is unknown color: approx Havelock Blue. HEX triplet: 57, 78 and B0. RGB value is (87,120,176). Sum of RGB (Red+Green+Blue) = 87+120+176=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #5778B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778B0 is #A8874F. Grayscale: #747474. Windows color (decimal): -11044688 or 11565143. OLE color: 11565143.

HSL color Cylindrical-coordinate representation of color #5778B0: hue angle of 217.75º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5778B0 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87120176-
CMYK0.510.3200.31
HSL217.75º36.03%51.57%-
HSV(B)217.75º50.57%69.02%-
XYZ18.4818.5943.69-
YUV116.52161.57106.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=22.72%
G=31.33%
B=45.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871201760.510.3200.31217.7536.0351.57
Hex5778B0332001Fda2434
Octal12717026063400373324464
Binary101011111110001011000011001110000001111111011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5778B0; }

 p { color: rgb(87,120,176); }

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

<style>
 a { background-color: #5778B0; }

 a { background-color: rgb(87,120,176); }

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

<style>
 span { border-color: #5778B0; }

 span { border-color: rgb(87,120,176); }

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