Html Css Color HEX #577DBF Havelock Blue

📋 copy color: '#577DBF'

red 87 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #577DBF

Tints of Havelock Blue #577DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 21.59%
G = 31.02%
B = 47.39%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#577DBF (or 0x577DBF) is known color: Havelock Blue. HEX triplet: 57, 7D and BF. RGB value is (87,125,191). Sum of RGB (Red+Green+Blue) = 87+125+191=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #577DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBF is #A88240. Grayscale: #787878. Windows color (decimal): -11043393 or 12549463. OLE color: 12549463.

HSL color Cylindrical-coordinate representation of color #577DBF: hue angle of 218.08º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577DBF is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 125 191 -
CMYK 0.54 0.35 0 0.25
HSL 218.08º 0.45% 0.55% -
HSV(B) 218.08º 0.54% 0.75% -
XYZ 20.67 20.46 52.15 -
YUV 121.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 87 125 191 0.54 0.35 0 0.25 218.08 0.45 0.55
Hex 57 7D BF 36 23 0 19 DA 2D 37
Octal 127 175 277 66 43 0 31 332 55 67
Binary 1010111 1111101 10111111 110110 100011 0 11001 11011010 101101 110111

Color Harmonies of #577DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DBF

Black with #577DBF

Text Example


Text Example

White with #577DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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