#57795E

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

Shades of Como #57795E

Tints of Como #57795E

Color information

#57795E (or 0x57795E) is unknown color: approx Como. HEX triplet: 57, 79 and 5E. RGB value is (87,121,94). Sum of RGB (Red+Green+Blue) = 87+121+94=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #57795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57795E is #A886A1. Grayscale: #6B6B6B. Windows color (decimal): -11044514 or 6191447. OLE color: 6191447.

HSL color Cylindrical-coordinate representation of color #57795E: hue angle of 132.35º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57795E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8712194-
CMYK0.2800.220.53
HSL132.35º16.35%40.78%-
HSV(B)132.35º28.1%47.45%-
XYZ12.7916.5113.1-
YUV107.76120.24113.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=28.81%
G=40.07%
B=31.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87121940.2800.220.53132.3516.3540.78
Hex57795E1C01635841029
Octal12717113634026652042051
Binary101011111110011011110111000101101101011000010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57795E; }

 p { color: rgb(87,121,94); }

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

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

 a { background-color: rgb(87,121,94); }

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

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

 span { border-color: rgb(87,121,94); }

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