Html Css Color HEX #577DCD Havelock Blue

📋 copy color: '#577DCD'

red 87 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #577DCD

Tints of Havelock Blue #577DCD

RGB

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

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

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

R = 20.86%
G = 29.98%
B = 49.16%

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

#577DCD (or 0x577DCD) is known color: Havelock Blue. HEX triplet: 57, 7D and CD. RGB value is (87,125,205). Sum of RGB (Red+Green+Blue) = 87+125+205=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #577DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DCD is #A88232. Grayscale: #7A7A7A. Windows color (decimal): -11043379 or 13466967. OLE color: 13466967.

HSL color Cylindrical-coordinate representation of color #577DCD: hue angle of 220.68º 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 #577DCD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 125 205 -
CMYK 0.58 0.39 0 0.20
HSL 220.68º 0.54% 0.57% -
HSV(B) 220.68º 0.58% 0.8% -
XYZ 22.28 21.1 60.66 -
YUV 122.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 87 125 205 0.58 0.39 0 0.20 220.68 0.54 0.57
Hex 57 7D CD 3A 27 0 14 DD 36 39
Octal 127 175 315 72 47 0 24 335 66 71
Binary 1010111 1111101 11001101 111010 100111 0 10100 11011101 110110 111001

Color Harmonies of #577DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DCD

Black with #577DCD

Text Example


Text Example

White with #577DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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