Html Css Color HEX #577ECC Havelock Blue

📋 copy color: '#577ECC'

red 87 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #577ECC

Tints of Havelock Blue #577ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.22%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 20.86%
G = 30.22%
B = 48.92%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#577ECC (or 0x577ECC) is known color: Havelock Blue. HEX triplet: 57, 7E and CC. RGB value is (87,126,204). Sum of RGB (Red+Green+Blue) = 87+126+204=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #577ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ECC is #A88133. Grayscale: #7A7A7A. Windows color (decimal): -11043124 or 13401687. OLE color: 13401687.

HSL color Cylindrical-coordinate representation of color #577ECC: hue angle of 220º 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 #577ECC is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 126 204 -
CMYK 0.57 0.38 0 0.2
HSL 220º 0.53% 0.57% -
HSV(B) 220º 0.57% 0.8% -
XYZ 22.29 21.31 60.06 -
YUV 123.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 87 126 204 0.57 0.38 0 0.2 220 0.53 0.57
Hex 57 7E CC 39 26 0 14 DC 35 39
Octal 127 176 314 71 46 0 24 334 65 71
Binary 1010111 1111110 11001100 111001 100110 0 10100 11011100 110101 111001

Color Harmonies of #577ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ECC

Black with #577ECC

Text Example


Text Example

White with #577ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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