Html Css Color HEX #577DB9 Havelock Blue

📋 copy color: '#577DB9'

red 87 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #577DB9

Tints of Havelock Blue #577DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 21.91%
G = 31.49%
B = 46.6%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#577DB9 (or 0x577DB9) is known color: Havelock Blue. HEX triplet: 57, 7D and B9. RGB value is (87,125,185). Sum of RGB (Red+Green+Blue) = 87+125+185=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #577DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DB9 is #A88246. Grayscale: #787878. Windows color (decimal): -11043399 or 12156247. OLE color: 12156247.

HSL color Cylindrical-coordinate representation of color #577DB9: hue angle of 216.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577DB9 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 125 185 -
CMYK 0.53 0.32 0 0.27
HSL 216.73º 0.41% 0.53% -
HSV(B) 216.73º 0.53% 0.73% -
XYZ 20.02 20.2 48.74 -
YUV 120.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 87 125 185 0.53 0.32 0 0.27 216.73 0.41 0.53
Hex 57 7D B9 35 20 0 1B D9 29 35
Octal 127 175 271 65 40 0 33 331 51 65
Binary 1010111 1111101 10111001 110101 100000 0 11011 11011001 101001 110101

Color Harmonies of #577DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DB9

Black with #577DB9

Text Example


Text Example

White with #577DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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