#59595C

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

Shades of Smoky #59595C

Tints of Smoky #59595C

Color information

#59595C (or 0x59595C) is unknown color: approx Smoky. HEX triplet: 59, 59 and 5C. RGB value is (89,89,92). Sum of RGB (Red+Green+Blue) = 89+89+92=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 92 - color contains mainly: blue. Hex color #59595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59595C is #A6A6A3. Grayscale: #595959. Windows color (decimal): -10921636 or 6052185. OLE color: 6052185.

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

Color convert

RGB898992-
CMYK0.030.0300.64
HSL240º1.66%35.49%-
HSV(B)240º3.26%36.08%-
XYZ9.6210.0411.56-
YUV89.34129.5127.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=32.96%
G=32.96%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8989920.030.0300.642401.6635.49
Hex59595C33040f0223
Octal131131134330100360243
Binary1011001101100110111001111010000001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59595C; }

 p { color: rgb(89,89,92); }

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

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

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

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

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

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

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