Html Css Color HEX #5779AE Havelock Blue

📋 copy color: '#5779AE'

red 87 ◦ green 121 ◦ blue 174

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

Shades of Havelock Blue #5779AE

Tints of Havelock Blue #5779AE

RGB

 RED value IS 87 (34.38% from 255) = 22.77%

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 22.77%
G = 31.68%
B = 45.55%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5779AE (or 0x5779AE) is known color: Havelock Blue. HEX triplet: 57, 79 and AE. RGB value is (87,121,174). Sum of RGB (Red+Green+Blue) = 87+121+174=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #5779AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5779AE is #A88651. Grayscale: #747474. Windows color (decimal): -11044434 or 11434327. OLE color: 11434327.

HSL color Cylindrical-coordinate representation of color #5779AE: hue angle of 216.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5779AE is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 121 174 -
CMYK 0.5 0.30 0 0.32
HSL 216.55º 0.35% 0.51% -
HSV(B) 216.55º 0.5% 0.68% -
XYZ 18.41 18.76 42.69 -
YUV 116.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 87 121 174 0.5 0.30 0 0.32 216.55 0.35 0.51
Hex 57 79 AE 32 1E 0 20 D9 23 33
Octal 127 171 256 62 36 0 40 331 43 63
Binary 1010111 1111001 10101110 110010 11110 0 100000 11011001 100011 110011

Color Harmonies of #5779AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779AE

Black with #5779AE

Text Example


Text Example

White with #5779AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5779AE;
 }
 .AnyTagClassName
 {
   color: #5779AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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