#577160

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

Shades of Como #577160

Tints of Como #577160

Color information

#577160 (or 0x577160) is unknown color: approx Como. HEX triplet: 57, 71 and 60. RGB value is (87,113,96). Sum of RGB (Red+Green+Blue) = 87+113+96=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #577160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577160 is #A88E9F. Grayscale: #676767. Windows color (decimal): -11046560 or 6320471. OLE color: 6320471.

HSL color Cylindrical-coordinate representation of color #577160: hue angle of 140.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #577160 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB8711396-
CMYK0.2300.150.56
HSL140.77º13%39.22%-
HSV(B)140.77º23.01%44.31%-
XYZ11.9514.6813.27-
YUV103.29123.89116.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=29.39%
G=38.18%
B=32.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87113960.2300.150.56140.771339.22
Hex577160170F388dd27
Octal12716114027017702151547
Binary1010111111000111000001011101111111000100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577160; }

 p { color: rgb(87,113,96); }

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

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

 a { background-color: rgb(87,113,96); }

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

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

 span { border-color: rgb(87,113,96); }

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