#577F64

Color #577F64 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #577F64

Tints of Como #577F64

Color information

#577F64 (or 0x577F64) is unknown color: approx Como. HEX triplet: 57, 7F and 64. RGB value is (87,127,100). Sum of RGB (Red+Green+Blue) = 87+127+100=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #577F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577F64 is #A8809B. Grayscale: #707070. Windows color (decimal): -11042972 or 6586199. OLE color: 6586199.

HSL color Cylindrical-coordinate representation of color #577F64: hue angle of 139.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577F64 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB87127100-
CMYK0.3100.210.50
HSL139.5º18.69%41.96%-
HSV(B)139.5º31.5%49.8%-
XYZ13.8218.1314.83-
YUV111.96121.25110.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=27.71%
G=40.45%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871271000.3100.210.50139.518.6941.96
Hex577F641F015328c132a
Octal12717714437025622142352
Binary101011111111111100100111110101011100101000110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #577F64;
 }
 .AnyTagClassName
 {
   color: #577F64;
 }
</style>
background-color css

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

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

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

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

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

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