#5779CC

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

Shades of Havelock Blue #5779CC

Tints of Havelock Blue #5779CC

Color information

#5779CC (or 0x5779CC) is unknown color: approx Havelock Blue. HEX triplet: 57, 79 and CC. RGB value is (87,121,204). Sum of RGB (Red+Green+Blue) = 87+121+204=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #5779CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779CC is #A88633. Grayscale: #777777. Windows color (decimal): -11044404 or 13400407. OLE color: 13400407.

HSL color Cylindrical-coordinate representation of color #5779CC: hue angle of 222.56º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5779CC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB87121204-
CMYK0.570.4100.2
HSL222.56º53.42%57.06%-
HSV(B)222.56º57.35%80%-
XYZ21.6720.0659.86-
YUV120.3175.24104.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=21.12%
G=29.37%
B=49.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal871212040.570.4100.2222.5653.4257.06
Hex5779CC3929014df3539
Octal12717131471510243376571
Binary101011111110011100110011100110100101010011011111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5779CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5779CC; }

 p { color: rgb(87,121,204); }

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

<style>
 a { background-color: #5779CC; }

 a { background-color: rgb(87,121,204); }

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

<style>
 span { border-color: #5779CC; }

 span { border-color: rgb(87,121,204); }

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