Html Css Color HEX #577DBB Havelock Blue

📋 copy color: '#577DBB'

red 87 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #577DBB

Tints of Havelock Blue #577DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 21.8%
G = 31.33%
B = 46.87%

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

#577DBB (or 0x577DBB) is known color: Havelock Blue. HEX triplet: 57, 7D and BB. RGB value is (87,125,187). Sum of RGB (Red+Green+Blue) = 87+125+187=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #577DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBB is #A88244. Grayscale: #787878. Windows color (decimal): -11043397 or 12287319. OLE color: 12287319.

HSL color Cylindrical-coordinate representation of color #577DBB: hue angle of 217.2º 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 #577DBB is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 125 187 -
CMYK 0.53 0.33 0 0.27
HSL 217.2º 0.42% 0.54% -
HSV(B) 217.2º 0.53% 0.73% -
XYZ 20.23 20.28 49.86 -
YUV 120.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 87 125 187 0.53 0.33 0 0.27 217.2 0.42 0.54
Hex 57 7D BB 35 21 0 1B D9 2A 36
Octal 127 175 273 65 41 0 33 331 52 66
Binary 1010111 1111101 10111011 110101 100001 0 11011 11011001 101010 110110

Color Harmonies of #577DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DBB

Black with #577DBB

Text Example


Text Example

White with #577DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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