#586255

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

Shades of Cactus #586255

Tints of Cactus #586255

Color information

#586255 (or 0x586255) is unknown color: approx Cactus. HEX triplet: 58, 62 and 55. RGB value is (88,98,85). Sum of RGB (Red+Green+Blue) = 88+98+85=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #586255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586255 is #A79DAA. Grayscale: #5D5D5D. Windows color (decimal): -10984875 or 5595736. OLE color: 5595736.

HSL color Cylindrical-coordinate representation of color #586255: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586255 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB889885-
CMYK0.1000.130.62
HSL106.15º7.1%35.88%-
HSV(B)106.15º13.27%38.43%-
XYZ10.0311.4710.28-
YUV93.53123.19124.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=32.47%
G=36.16%
B=31.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898850.1000.130.62106.157.135.88
Hex586255A0D3E6a724
Octal1301421251201576152744
Binary1011000110001010101011010011011111101101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586255; }

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

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

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

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

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

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

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

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