#586A56

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

Shades of Cactus #586A56

Tints of Cactus #586A56

Color information

#586A56 (or 0x586A56) is unknown color: approx Cactus. HEX triplet: 58, 6A and 56. RGB value is (88,106,86). Sum of RGB (Red+Green+Blue) = 88+106+86=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #586A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A56 is #A795A9. Grayscale: #626262. Windows color (decimal): -10982826 or 5663320. OLE color: 5663320.

HSL color Cylindrical-coordinate representation of color #586A56: hue angle of 114º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586A56 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB8810686-
CMYK0.1700.190.58
HSL114º10.42%37.65%-
HSV(B)114º18.87%41.57%-
XYZ10.8613.0510.75-
YUV98.34121.04120.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=31.43%
G=37.86%
B=30.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88106860.1700.190.5811410.4237.65
Hex586A56110133A72a26
Octal13015212621023721621246
Binary1011000110101010101101000101001111101011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586A56; }

 p { color: rgb(88,106,86); }

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

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

 a { background-color: rgb(88,106,86); }

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

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

 span { border-color: rgb(88,106,86); }

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