#586C56

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

Shades of Cactus #586C56

Tints of Cactus #586C56

Color information

#586C56 (or 0x586C56) is unknown color: approx Cactus. HEX triplet: 58, 6C and 56. RGB value is (88,108,86). Sum of RGB (Red+Green+Blue) = 88+108+86=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #586C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C56 is #A793A9. Grayscale: #636363. Windows color (decimal): -10982314 or 5663832. OLE color: 5663832.

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

Color convert

RGB8810886-
CMYK0.1900.200.58
HSL114.55º11.34%38.04%-
HSV(B)114.55º20.37%42.35%-
XYZ11.0713.4710.82-
YUV99.51120.37119.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=31.21%
G=38.30%
B=30.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88108860.1900.200.58114.5511.3438.04
Hex586C56130143A73b26
Octal13015412623024721631346
Binary1011000110110010101101001101010011101011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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