Html Css Color HEX #5779CC Havelock Blue

📋 copy color: '#5779CC'

red 87 ◦ green 121 ◦ blue 204

#5779CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5779CC

Tints of Havelock Blue #5779CC

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 value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5779CC (or 0x5779CC) is known color: 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

RGB 87 121 204 -
CMYK 0.57 0.41 0 0.2
HSL 222.56º 0.53% 0.57% -
HSV(B) 222.56º 0.57% 0.8% -
XYZ 21.67 20.06 59.86 -
YUV 120.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 87 121 204 0.57 0.41 0 0.2 222.56 0.53 0.57
Hex 57 79 CC 39 29 0 14 DF 35 39
Octal 127 171 314 71 51 0 24 337 65 71
Binary 1010111 1111001 11001100 111001 101001 0 10100 11011111 110101 111001

Color Harmonies of #5779CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779CC

Black with #5779CC

Text Example


Text Example

White with #5779CC

Text Example


Text Example

HTML Codes & Css Web 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>