#586B56

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

Shades of Cactus #586B56

Tints of Cactus #586B56

Color information

#586B56 (or 0x586B56) is unknown color: approx Cactus. HEX triplet: 58, 6B and 56. RGB value is (88,107,86). Sum of RGB (Red+Green+Blue) = 88+107+86=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #586B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B56 is #A794A9. Grayscale: #626262. Windows color (decimal): -10982570 or 5663576. OLE color: 5663576.

HSL color Cylindrical-coordinate representation of color #586B56: hue angle of 114.29º 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 #586B56 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB8810786-
CMYK0.1800.200.58
HSL114.29º10.88%37.84%-
HSV(B)114.29º19.63%41.96%-
XYZ10.9613.2610.79-
YUV98.92120.71120.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=31.32%
G=38.08%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88107860.1800.200.58114.2910.8837.84
Hex586B56120143A72b26
Octal13015312622024721621346
Binary1011000110101110101101001001010011101011100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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