Html Css Color HEX #577FD8 Havelock Blue

📋 copy color: '#577FD8'

red 87 ◦ green 127 ◦ blue 216

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

Shades of Havelock Blue #577FD8

Tints of Havelock Blue #577FD8

RGB

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

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

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

R = 20.23%
G = 29.53%
B = 50.23%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#577FD8 (or 0x577FD8) is known color: Havelock Blue. HEX triplet: 57, 7F and D8. RGB value is (87,127,216). Sum of RGB (Red+Green+Blue) = 87+127+216=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #577FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FD8 is #A88027. Grayscale: #7C7C7C. Windows color (decimal): -11042856 or 14188375. OLE color: 14188375.

HSL color Cylindrical-coordinate representation of color #577FD8: hue angle of 221.4º 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 #577FD8 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 127 216 -
CMYK 0.60 0.41 0 0.15
HSL 221.4º 0.62% 0.59% -
HSV(B) 221.4º 0.6% 0.85% -
XYZ 23.91 22.16 67.98 -
YUV 125.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 87 127 216 0.60 0.41 0 0.15 221.4 0.62 0.59
Hex 57 7F D8 3C 29 0 F DD 3E 3B
Octal 127 177 330 74 51 0 17 335 76 73
Binary 1010111 1111111 11011000 111100 101001 0 1111 11011101 111110 111011

Color Harmonies of #577FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FD8

Black with #577FD8

Text Example


Text Example

White with #577FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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