#585860

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

Shades of Smoky #585860

Tints of Smoky #585860

Color information

#585860 (or 0x585860) is unknown color: approx Smoky. HEX triplet: 58, 58 and 60. RGB value is (88,88,96). Sum of RGB (Red+Green+Blue) = 88+88+96=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #585860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585860 is #A7A79F. Grayscale: #585858. Windows color (decimal): -10987424 or 6314072. OLE color: 6314072.

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

Color convert

RGB888896-
CMYK0.080.0800.62
HSL240º4.35%36.08%-
HSV(B)240º8.33%37.65%-
XYZ9.639.912.47-
YUV88.91132127.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=32.35%
G=32.35%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8888960.080.0800.622404.3536.08
Hex5858608803Ef0424
Octal1301301401010076360444
Binary10110001011000110000010001000011111011110000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585860; }

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

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

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

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

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

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

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

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