#586C55

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

Shades of Cactus #586C55

Tints of Cactus #586C55

Color information

#586C55 (or 0x586C55) is unknown color: approx Cactus. HEX triplet: 58, 6C and 55. RGB value is (88,108,85). Sum of RGB (Red+Green+Blue) = 88+108+85=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #586C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C55 is #A793AA. Grayscale: #636363. Windows color (decimal): -10982315 or 5598296. OLE color: 5598296.

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

Color convert

RGB8810885-
CMYK0.1900.210.58
HSL112.17º11.92%37.84%-
HSV(B)112.17º21.3%42.35%-
XYZ11.0313.4610.61-
YUV99.4119.87119.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=31.32%
G=38.43%
B=30.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88108850.1900.210.58112.1711.9237.84
Hex586C55130153A70c26
Octal13015412523025721601446
Binary1011000110110010101011001101010111101011100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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