Html Css Color HEX #577FAF Havelock Blue

📋 copy color: '#577FAF'

red 87 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #577FAF

Tints of Havelock Blue #577FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 22.37%
G = 32.65%
B = 44.99%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#577FAF (or 0x577FAF) is known color: Havelock Blue. HEX triplet: 57, 7F and AF. RGB value is (87,127,175). Sum of RGB (Red+Green+Blue) = 87+127+175=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #577FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FAF is #A88050. Grayscale: #787878. Windows color (decimal): -11042897 or 11501399. OLE color: 11501399.

HSL color Cylindrical-coordinate representation of color #577FAF: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577FAF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 127 175 -
CMYK 0.50 0.27 0 0.31
HSL 212.73º 0.35% 0.51% -
HSV(B) 212.73º 0.5% 0.69% -
XYZ 19.26 20.3 43.46 -
YUV 120.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 87 127 175 0.50 0.27 0 0.31 212.73 0.35 0.51
Hex 57 7F AF 32 1B 0 1F D5 23 33
Octal 127 177 257 62 33 0 37 325 43 63
Binary 1010111 1111111 10101111 110010 11011 0 11111 11010101 100011 110011

Color Harmonies of #577FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FAF

Black with #577FAF

Text Example


Text Example

White with #577FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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