Html Css Color HEX #577AAD Havelock Blue

📋 copy color: '#577AAD'

red 87 ◦ green 122 ◦ blue 173

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

Shades of Havelock Blue #577AAD

Tints of Havelock Blue #577AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 22.77%
G = 31.94%
B = 45.29%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#577AAD (or 0x577AAD) is known color: Havelock Blue. HEX triplet: 57, 7A and AD. RGB value is (87,122,173). Sum of RGB (Red+Green+Blue) = 87+122+173=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #577AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577AAD is #A88552. Grayscale: #757575. Windows color (decimal): -11044179 or 11369047. OLE color: 11369047.

HSL color Cylindrical-coordinate representation of color #577AAD: hue angle of 215.58º degrees, saturation: 0.34, 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 #577AAD is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 122 173 -
CMYK 0.50 0.29 0 0.32
HSL 215.58º 0.34% 0.51% -
HSV(B) 215.58º 0.5% 0.68% -
XYZ 18.43 18.96 42.22 -
YUV 117.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 87 122 173 0.50 0.29 0 0.32 215.58 0.34 0.51
Hex 57 7A AD 32 1D 0 20 D8 22 33
Octal 127 172 255 62 35 0 40 330 42 63
Binary 1010111 1111010 10101101 110010 11101 0 100000 11011000 100010 110011

Color Harmonies of #577AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AAD

Black with #577AAD

Text Example


Text Example

White with #577AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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