Html Css Color HEX #577DBA Havelock Blue

📋 copy color: '#577DBA'

red 87 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #577DBA

Tints of Havelock Blue #577DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 21.86%
G = 31.41%
B = 46.73%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#577DBA (or 0x577DBA) is known color: Havelock Blue. HEX triplet: 57, 7D and BA. RGB value is (87,125,186). Sum of RGB (Red+Green+Blue) = 87+125+186=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #577DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBA is #A88245. Grayscale: #787878. Windows color (decimal): -11043398 or 12221783. OLE color: 12221783.

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

Color convert

RGB 87 125 186 -
CMYK 0.53 0.33 0 0.27
HSL 216.97º 0.42% 0.54% -
HSV(B) 216.97º 0.53% 0.73% -
XYZ 20.13 20.24 49.3 -
YUV 120.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 87 125 186 0.53 0.33 0 0.27 216.97 0.42 0.54
Hex 57 7D BA 35 21 0 1B D9 2A 36
Octal 127 175 272 65 41 0 33 331 52 66
Binary 1010111 1111101 10111010 110101 100001 0 11011 11011001 101010 110110

Color Harmonies of #577DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DBA

Black with #577DBA

Text Example


Text Example

White with #577DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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