#596555

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

Shades of Cactus #596555

Tints of Cactus #596555

Color information

#596555 (or 0x596555) is unknown color: approx Cactus. HEX triplet: 59, 65 and 55. RGB value is (89,101,85). Sum of RGB (Red+Green+Blue) = 89+101+85=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #596555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596555 is #A69AAA. Grayscale: #5F5F5F. Windows color (decimal): -10918571 or 5596505. OLE color: 5596505.

HSL color Cylindrical-coordinate representation of color #596555: hue angle of 105º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #596555 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB8910185-
CMYK0.1200.160.60
HSL105º8.6%36.47%-
HSV(B)105º15.84%39.61%-
XYZ10.4112.0910.38-
YUV95.59122.02123.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=32.36%
G=36.73%
B=30.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89101850.1200.160.601058.636.47
Hex596555C0103C69924
Octal13114512514020741511144
Binary101100111001011010101110001000011110011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596555; }

 p { color: rgb(89,101,85); }

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

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

 a { background-color: rgb(89,101,85); }

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

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

 span { border-color: rgb(89,101,85); }

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