Html Css Color HEX #577DD9 Havelock Blue

📋 copy color: '#577DD9'

red 87 ◦ green 125 ◦ blue 217

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

Shades of Havelock Blue #577DD9

Tints of Havelock Blue #577DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.58%

R = 20.28%
G = 29.14%
B = 50.58%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#577DD9 (or 0x577DD9) is known color: Havelock Blue. HEX triplet: 57, 7D and D9. RGB value is (87,125,217). Sum of RGB (Red+Green+Blue) = 87+125+217=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #577DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DD9 is #A88226. Grayscale: #7B7B7B. Windows color (decimal): -11043367 or 14253399. OLE color: 14253399.

HSL color Cylindrical-coordinate representation of color #577DD9: hue angle of 222.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577DD9 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 125 217 -
CMYK 0.60 0.42 0 0.15
HSL 222.46º 0.63% 0.6% -
HSV(B) 222.46º 0.6% 0.85% -
XYZ 23.79 21.7 68.58 -
YUV 124.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 87 125 217 0.60 0.42 0 0.15 222.46 0.63 0.6
Hex 57 7D D9 3C 2A 0 F DE 3F 3C
Octal 127 175 331 74 52 0 17 336 77 74
Binary 1010111 1111101 11011001 111100 101010 0 1111 11011110 111111 111100

Color Harmonies of #577DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DD9

Black with #577DD9

Text Example


Text Example

White with #577DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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