Html Css Color HEX #577CCD Havelock Blue

📋 copy color: '#577CCD'

red 87 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #577CCD

Tints of Havelock Blue #577CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

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

R = 20.91%
G = 29.81%
B = 49.28%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#577CCD (or 0x577CCD) is known color: Havelock Blue. HEX triplet: 57, 7C and CD. RGB value is (87,124,205). Sum of RGB (Red+Green+Blue) = 87+124+205=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #577CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CCD is #A88332. Grayscale: #797979. Windows color (decimal): -11043635 or 13466711. OLE color: 13466711.

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

Color convert

RGB 87 124 205 -
CMYK 0.58 0.40 0 0.20
HSL 221.19º 0.54% 0.57% -
HSV(B) 221.19º 0.58% 0.8% -
XYZ 22.16 20.85 60.61 -
YUV 122.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 87 124 205 0.58 0.40 0 0.20 221.19 0.54 0.57
Hex 57 7C CD 3A 28 0 14 DD 36 39
Octal 127 174 315 72 50 0 24 335 66 71
Binary 1010111 1111100 11001101 111010 101000 0 10100 11011101 110110 111001

Color Harmonies of #577CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CCD

Black with #577CCD

Text Example


Text Example

White with #577CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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