Html Css Color HEX #577DD8 Havelock Blue

📋 copy color: '#577DD8'

red 87 ◦ green 125 ◦ blue 216

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

Shades of Havelock Blue #577DD8

Tints of Havelock Blue #577DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 20.33%
G = 29.21%
B = 50.47%

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

#577DD8 (or 0x577DD8) is known color: Havelock Blue. HEX triplet: 57, 7D and D8. RGB value is (87,125,216). Sum of RGB (Red+Green+Blue) = 87+125+216=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #577DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DD8 is #A88227. Grayscale: #7B7B7B. Windows color (decimal): -11043368 or 14187863. OLE color: 14187863.

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

Color convert

RGB 87 125 216 -
CMYK 0.60 0.42 0 0.15
HSL 222.33º 0.62% 0.59% -
HSV(B) 222.33º 0.6% 0.85% -
XYZ 23.66 21.65 67.9 -
YUV 124.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 87 125 216 0.60 0.42 0 0.15 222.33 0.62 0.59
Hex 57 7D D8 3C 2A 0 F DE 3E 3B
Octal 127 175 330 74 52 0 17 336 76 73
Binary 1010111 1111101 11011000 111100 101010 0 1111 11011110 111110 111011

Color Harmonies of #577DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DD8

Black with #577DD8

Text Example


Text Example

White with #577DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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