Html Css Color HEX #577AAE Havelock Blue

📋 copy color: '#577AAE'

red 87 ◦ green 122 ◦ blue 174

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

Shades of Havelock Blue #577AAE

Tints of Havelock Blue #577AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 22.72%
G = 31.85%
B = 45.43%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#577AAE (or 0x577AAE) is known color: Havelock Blue. HEX triplet: 57, 7A and AE. RGB value is (87,122,174). Sum of RGB (Red+Green+Blue) = 87+122+174=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #577AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAE is #A88551. Grayscale: #757575. Windows color (decimal): -11044178 or 11434583. OLE color: 11434583.

HSL color Cylindrical-coordinate representation of color #577AAE: hue angle of 215.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577AAE is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 122 174 -
CMYK 0.5 0.30 0 0.32
HSL 215.86º 0.35% 0.51% -
HSV(B) 215.86º 0.5% 0.68% -
XYZ 18.53 19 42.74 -
YUV 117.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 87 122 174 0.5 0.30 0 0.32 215.86 0.35 0.51
Hex 57 7A AE 32 1E 0 20 D8 23 33
Octal 127 172 256 62 36 0 40 330 43 63
Binary 1010111 1111010 10101110 110010 11110 0 100000 11011000 100011 110011

Color Harmonies of #577AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AAE

Black with #577AAE

Text Example


Text Example

White with #577AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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