#586456

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

Shades of Cactus #586456

Tints of Cactus #586456

Color information

#586456 (or 0x586456) is unknown color: approx Cactus. HEX triplet: 58, 64 and 56. RGB value is (88,100,86). Sum of RGB (Red+Green+Blue) = 88+100+86=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #586456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586456 is #A79BA9. Grayscale: #5E5E5E. Windows color (decimal): -10984362 or 5661784. OLE color: 5661784.

HSL color Cylindrical-coordinate representation of color #586456: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #586456 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB8810086-
CMYK0.1200.140.61
HSL111.43º7.53%36.47%-
HSV(B)111.43º14%39.22%-
XYZ10.2611.8610.55-
YUV94.82123.02123.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=32.12%
G=36.50%
B=31.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100860.1200.140.61111.437.5336.47
Hex586456C0E3D6f824
Octal13014412614016751571044
Binary10110001100100101011011000111011110111011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586456; }

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

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

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

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

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

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

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

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