#59585D

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

Shades of Smoky #59585D

Tints of Smoky #59585D

Color information

#59585D (or 0x59585D) is unknown color: approx Smoky. HEX triplet: 59, 58 and 5D. RGB value is (89,88,93). Sum of RGB (Red+Green+Blue) = 89+88+93=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #59585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59585D is #A6A7A2. Grayscale: #585858. Windows color (decimal): -10921891 or 6117465. OLE color: 6117465.

HSL color Cylindrical-coordinate representation of color #59585D: hue angle of 252º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #59585D is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB898893-
CMYK0.040.0500.64
HSL252º2.76%35.49%-
HSV(B)252º5.38%36.47%-
XYZ9.599.8911.76-
YUV88.87130.33128.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=32.96%
G=32.59%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8988930.040.0500.642522.7635.49
Hex59585D45040fc323
Octal131130135450100374343
Binary101100110110001011101100101010000001111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59585D; }

 p { color: rgb(89,88,93); }

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

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

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

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

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

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

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