#59725E

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

Shades of Como #59725E

Tints of Como #59725E

Color information

#59725E (or 0x59725E) is unknown color: approx Como. HEX triplet: 59, 72 and 5E. RGB value is (89,114,94). Sum of RGB (Red+Green+Blue) = 89+114+94=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #59725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59725E is #A68DA1. Grayscale: #686868. Windows color (decimal): -10915234 or 6189657. OLE color: 6189657.

HSL color Cylindrical-coordinate representation of color #59725E: hue angle of 132º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59725E is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8911494-
CMYK0.2200.180.55
HSL132º12.32%39.8%-
HSV(B)132º21.93%44.71%-
XYZ12.1614.9712.84-
YUV104.24122.22117.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=29.97%
G=38.38%
B=31.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114940.2200.180.5513212.3239.8
Hex59725E160123784c28
Octal13116213626022672041450
Binary10110011110010101111010110010010110111100001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,114,94); }

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

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

 a { background-color: rgb(89,114,94); }

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

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

 span { border-color: rgb(89,114,94); }

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