Html Css Color HEX #577ECD Havelock Blue

📋 copy color: '#577ECD'

red 87 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #577ECD

Tints of Havelock Blue #577ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 20.81%
G = 30.14%
B = 49.04%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#577ECD (or 0x577ECD) is known color: Havelock Blue. HEX triplet: 57, 7E and CD. RGB value is (87,126,205). Sum of RGB (Red+Green+Blue) = 87+126+205=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #577ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ECD is #A88132. Grayscale: #7A7A7A. Windows color (decimal): -11043123 or 13467223. OLE color: 13467223.

HSL color Cylindrical-coordinate representation of color #577ECD: hue angle of 220.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577ECD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 126 205 -
CMYK 0.58 0.39 0 0.20
HSL 220.17º 0.54% 0.57% -
HSV(B) 220.17º 0.58% 0.8% -
XYZ 22.41 21.36 60.7 -
YUV 123.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 87 126 205 0.58 0.39 0 0.20 220.17 0.54 0.57
Hex 57 7E CD 3A 27 0 14 DC 36 39
Octal 127 176 315 72 47 0 24 334 66 71
Binary 1010111 1111110 11001101 111010 100111 0 10100 11011100 110110 111001

Color Harmonies of #577ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ECD

Black with #577ECD

Text Example


Text Example

White with #577ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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