#586855

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

Shades of Cactus #586855

Tints of Cactus #586855

Color information

#586855 (or 0x586855) is unknown color: approx Cactus. HEX triplet: 58, 68 and 55. RGB value is (88,104,85). Sum of RGB (Red+Green+Blue) = 88+104+85=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #586855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586855 is #A797AA. Grayscale: #616161. Windows color (decimal): -10983339 or 5597272. OLE color: 5597272.

HSL color Cylindrical-coordinate representation of color #586855: hue angle of 110.53º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586855 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB8810485-
CMYK0.1500.180.59
HSL110.53º10.05%37.06%-
HSV(B)110.53º18.27%40.78%-
XYZ10.6112.6310.47-
YUV97.05121.2121.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=31.77%
G=37.55%
B=30.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104850.1500.180.59110.5310.0537.06
Hex586855F0123B6fa25
Octal13015012517022731571245
Binary101100011010001010101111101001011101111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586855; }

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

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

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

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

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

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

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

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