Html Css Color HEX #577EBA Havelock Blue

📋 copy color: '#577EBA'

red 87 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #577EBA

Tints of Havelock Blue #577EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.58%

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

R = 21.8%
G = 31.58%
B = 46.62%

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

#577EBA (or 0x577EBA) is known color: Havelock Blue. HEX triplet: 57, 7E and BA. RGB value is (87,126,186). Sum of RGB (Red+Green+Blue) = 87+126+186=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #577EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EBA is #A88145. Grayscale: #787878. Windows color (decimal): -11043142 or 12222039. OLE color: 12222039.

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

Color convert

RGB 87 126 186 -
CMYK 0.53 0.32 0 0.27
HSL 216.36º 0.42% 0.54% -
HSV(B) 216.36º 0.53% 0.73% -
XYZ 20.25 20.49 49.34 -
YUV 121.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 87 126 186 0.53 0.32 0 0.27 216.36 0.42 0.54
Hex 57 7E BA 35 20 0 1B D8 2A 36
Octal 127 176 272 65 40 0 33 330 52 66
Binary 1010111 1111110 10111010 110101 100000 0 11011 11011000 101010 110110

Color Harmonies of #577EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577EBA

Black with #577EBA

Text Example


Text Example

White with #577EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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