Html Css Color HEX #577DAE Havelock Blue

📋 copy color: '#577DAE'

red 87 ◦ green 125 ◦ blue 174

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

Shades of Havelock Blue #577DAE

Tints of Havelock Blue #577DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 22.54%
G = 32.38%
B = 45.08%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#577DAE (or 0x577DAE) is known color: Havelock Blue. HEX triplet: 57, 7D and AE. RGB value is (87,125,174). Sum of RGB (Red+Green+Blue) = 87+125+174=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #577DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577DAE is #A88251. Grayscale: #767676. Windows color (decimal): -11043410 or 11435351. OLE color: 11435351.

HSL color Cylindrical-coordinate representation of color #577DAE: hue angle of 213.79º 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 #577DAE is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 125 174 -
CMYK 0.5 0.28 0 0.32
HSL 213.79º 0.35% 0.51% -
HSV(B) 213.79º 0.5% 0.68% -
XYZ 18.9 19.75 42.86 -
YUV 119.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 87 125 174 0.5 0.28 0 0.32 213.79 0.35 0.51
Hex 57 7D AE 32 1C 0 20 D6 23 33
Octal 127 175 256 62 34 0 40 326 43 63
Binary 1010111 1111101 10101110 110010 11100 0 100000 11010110 100011 110011

Color Harmonies of #577DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DAE

Black with #577DAE

Text Example


Text Example

White with #577DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577DAE; }

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

 H1.HeaderClassName
 {
   color: #577DAE;
 }
 .AnyTagClassName
 {
   color: #577DAE;
 }
</style>

background-color css

<style>
 a { background-color: #577DAE; }

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

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

border-color css

<style>
 span { border-color: #577DAE; }

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

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