#586D60

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

Shades of Como #586D60

Tints of Como #586D60

Color information

#586D60 (or 0x586D60) is unknown color: approx Como. HEX triplet: 58, 6D and 60. RGB value is (88,109,96). Sum of RGB (Red+Green+Blue) = 88+109+96=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #586D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D60 is #A7929F. Grayscale: #656565. Windows color (decimal): -10982048 or 6319448. OLE color: 6319448.

HSL color Cylindrical-coordinate representation of color #586D60: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586D60 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB8810996-
CMYK0.1900.120.57
HSL142.86º10.66%38.63%-
HSV(B)142.86º19.27%42.75%-
XYZ11.613.8613.13-
YUV101.24125.04118.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=30.03%
G=37.20%
B=32.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88109960.1900.120.57142.8610.6638.63
Hex586D60130C398fb27
Octal13015514023014712171347
Binary1011000110110111000001001101100111001100011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,109,96); }

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

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

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

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

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

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

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