Html Css Color HEX #577FBC Havelock Blue

📋 copy color: '#577FBC'

red 87 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #577FBC

Tints of Havelock Blue #577FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 21.64%
G = 31.59%
B = 46.77%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#577FBC (or 0x577FBC) is known color: Havelock Blue. HEX triplet: 57, 7F and BC. RGB value is (87,127,188). Sum of RGB (Red+Green+Blue) = 87+127+188=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #577FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FBC is #A88043. Grayscale: #797979. Windows color (decimal): -11042884 or 12353367. OLE color: 12353367.

HSL color Cylindrical-coordinate representation of color #577FBC: hue angle of 216.24º 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 #577FBC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 127 188 -
CMYK 0.54 0.32 0 0.26
HSL 216.24º 0.43% 0.54% -
HSV(B) 216.24º 0.54% 0.74% -
XYZ 20.6 20.84 50.51 -
YUV 121.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 87 127 188 0.54 0.32 0 0.26 216.24 0.43 0.54
Hex 57 7F BC 36 20 0 1A D8 2B 36
Octal 127 177 274 66 40 0 32 330 53 66
Binary 1010111 1111111 10111100 110110 100000 0 11010 11011000 101011 110110

Color Harmonies of #577FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FBC

Black with #577FBC

Text Example


Text Example

White with #577FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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