Html Css Color HEX #577ABA Havelock Blue

📋 copy color: '#577ABA'

red 87 ◦ green 122 ◦ blue 186

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

Shades of Havelock Blue #577ABA

Tints of Havelock Blue #577ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

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

R = 22.03%
G = 30.89%
B = 47.09%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#577ABA (or 0x577ABA) is known color: Havelock Blue. HEX triplet: 57, 7A and BA. RGB value is (87,122,186). Sum of RGB (Red+Green+Blue) = 87+122+186=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #577ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ABA is #A88545. Grayscale: #767676. Windows color (decimal): -11044166 or 12221015. OLE color: 12221015.

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

Color convert

RGB 87 122 186 -
CMYK 0.53 0.34 0 0.27
HSL 218.79º 0.42% 0.54% -
HSV(B) 218.79º 0.53% 0.73% -
XYZ 19.75 19.49 49.18 -
YUV 118.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 87 122 186 0.53 0.34 0 0.27 218.79 0.42 0.54
Hex 57 7A BA 35 22 0 1B DB 2A 36
Octal 127 172 272 65 42 0 33 333 52 66
Binary 1010111 1111010 10111010 110101 100010 0 11011 11011011 101010 110110

Color Harmonies of #577ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ABA

Black with #577ABA

Text Example


Text Example

White with #577ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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