Html Css Color HEX #577DBC Havelock Blue

📋 copy color: '#577DBC'

red 87 ◦ green 125 ◦ blue 188

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

Shades of Havelock Blue #577DBC

Tints of Havelock Blue #577DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 21.75%
G = 31.25%
B = 47%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#577DBC (or 0x577DBC) is known color: Havelock Blue. HEX triplet: 57, 7D and BC. RGB value is (87,125,188). Sum of RGB (Red+Green+Blue) = 87+125+188=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #577DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DBC is #A88243. Grayscale: #787878. Windows color (decimal): -11043396 or 12352855. OLE color: 12352855.

HSL color Cylindrical-coordinate representation of color #577DBC: hue angle of 217.43º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577DBC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 125 188 -
CMYK 0.54 0.34 0 0.26
HSL 217.43º 0.43% 0.54% -
HSV(B) 217.43º 0.54% 0.74% -
XYZ 20.34 20.32 50.43 -
YUV 120.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 87 125 188 0.54 0.34 0 0.26 217.43 0.43 0.54
Hex 57 7D BC 36 22 0 1A D9 2B 36
Octal 127 175 274 66 42 0 32 331 53 66
Binary 1010111 1111101 10111100 110110 100010 0 11010 11011001 101011 110110

Color Harmonies of #577DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DBC

Black with #577DBC

Text Example


Text Example

White with #577DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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