Html Css Color HEX #577FCD Havelock Blue

📋 copy color: '#577FCD'

red 87 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #577FCD

Tints of Havelock Blue #577FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.31%

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

R = 20.76%
G = 30.31%
B = 48.93%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#577FCD (or 0x577FCD) is known color: Havelock Blue. HEX triplet: 57, 7F and CD. RGB value is (87,127,205). Sum of RGB (Red+Green+Blue) = 87+127+205=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #577FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FCD is #A88032. Grayscale: #7B7B7B. Windows color (decimal): -11042867 or 13467479. OLE color: 13467479.

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

Color convert

RGB 87 127 205 -
CMYK 0.58 0.38 0 0.20
HSL 219.66º 0.54% 0.57% -
HSV(B) 219.66º 0.58% 0.8% -
XYZ 22.54 21.61 60.74 -
YUV 123.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 87 127 205 0.58 0.38 0 0.20 219.66 0.54 0.57
Hex 57 7F CD 3A 26 0 14 DC 36 39
Octal 127 177 315 72 46 0 24 334 66 71
Binary 1010111 1111111 11001101 111010 100110 0 10100 11011100 110110 111001

Color Harmonies of #577FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FCD

Black with #577FCD

Text Example


Text Example

White with #577FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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