#586F58

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

Shades of Cactus #586F58

Tints of Cactus #586F58

Color information

#586F58 (or 0x586F58) is unknown color: approx Cactus. HEX triplet: 58, 6F and 58. RGB value is (88,111,88). Sum of RGB (Red+Green+Blue) = 88+111+88=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #586F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F58 is #A790A7. Grayscale: #656565. Windows color (decimal): -10981544 or 5795672. OLE color: 5795672.

HSL color Cylindrical-coordinate representation of color #586F58: hue angle of 120º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F58 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8811188-
CMYK0.2100.210.56
HSL120º11.56%39.02%-
HSV(B)120º20.72%43.53%-
XYZ11.4714.1511.36-
YUV101.5120.38118.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=30.66%
G=38.68%
B=30.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88111880.2100.210.5612011.5639.02
Hex586F58150153878c27
Octal13015713025025701701447
Binary1011000110111110110001010101010111100011110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,88); }

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

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

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

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

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

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

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