#5778CA

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

Shades of Havelock Blue #5778CA

Tints of Havelock Blue #5778CA

Color information

#5778CA (or 0x5778CA) is unknown color: approx Havelock Blue. HEX triplet: 57, 78 and CA. RGB value is (87,120,202). Sum of RGB (Red+Green+Blue) = 87+120+202=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #5778CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778CA is #A88735. Grayscale: #777777. Windows color (decimal): -11044662 or 13269079. OLE color: 13269079.

HSL color Cylindrical-coordinate representation of color #5778CA: hue angle of 222.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5778CA is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87120202-
CMYK0.570.4100.21
HSL222.78º52.04%56.67%-
HSV(B)222.78º56.93%79.22%-
XYZ21.3119.7258.56-
YUV119.48174.57104.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=21.27%
G=29.34%
B=49.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871202020.570.4100.21222.7852.0456.67
Hex5778CA3929015df3439
Octal12717031271510253376471
Binary101011111110001100101011100110100101010111011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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