Html Css Color HEX #577FBA Havelock Blue

📋 copy color: '#577FBA'

red 87 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #577FBA

Tints of Havelock Blue #577FBA

RGB

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

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

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

R = 21.75%
G = 31.75%
B = 46.5%

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

#577FBA (or 0x577FBA) is known color: Havelock Blue. HEX triplet: 57, 7F and BA. RGB value is (87,127,186). Sum of RGB (Red+Green+Blue) = 87+127+186=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #577FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FBA is #A88045. Grayscale: #797979. Windows color (decimal): -11042886 or 12222295. OLE color: 12222295.

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

Color convert

RGB 87 127 186 -
CMYK 0.53 0.32 0 0.27
HSL 215.76º 0.42% 0.54% -
HSV(B) 215.76º 0.53% 0.73% -
XYZ 20.38 20.75 49.39 -
YUV 121.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 87 127 186 0.53 0.32 0 0.27 215.76 0.42 0.54
Hex 57 7F BA 35 20 0 1B D8 2A 36
Octal 127 177 272 65 40 0 33 330 52 66
Binary 1010111 1111111 10111010 110101 100000 0 11011 11011000 101010 110110

Color Harmonies of #577FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FBA

Black with #577FBA

Text Example


Text Example

White with #577FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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