#596058

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

Shades of Cactus #596058

Tints of Cactus #596058

Color information

#596058 (or 0x596058) is unknown color: approx Cactus. HEX triplet: 59, 60 and 58. RGB value is (89,96,88). Sum of RGB (Red+Green+Blue) = 89+96+88=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #596058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596058 is #A69FA7. Grayscale: #5D5D5D. Windows color (decimal): -10919848 or 5791833. OLE color: 5791833.

HSL color Cylindrical-coordinate representation of color #596058: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #596058 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB899688-
CMYK0.0700.080.62
HSL112.5º4.35%36.08%-
HSV(B)112.5º8.33%37.65%-
XYZ10.0611.1910.86-
YUV92.99125.18125.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.60%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=32.60%
G=35.16%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996880.0700.080.62112.54.3536.08
Hex5960587083E70424
Octal131140130701076160444
Binary101100111000001011000111010001111101110000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596058; }

 p { color: rgb(89,96,88); }

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

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

 a { background-color: rgb(89,96,88); }

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

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

 span { border-color: rgb(89,96,88); }

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