#595565

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

Shades of Smoky #595565

Tints of Smoky #595565

Color information

#595565 (or 0x595565) is unknown color: approx Smoky. HEX triplet: 59, 55 and 65. RGB value is (89,85,101). Sum of RGB (Red+Green+Blue) = 89+85+101=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #595565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595565 is #A6AA9A. Grayscale: #575757. Windows color (decimal): -10922651 or 6640985. OLE color: 6640985.

HSL color Cylindrical-coordinate representation of color #595565: hue angle of 255º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595565 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8985101-
CMYK0.120.1600.60
HSL255º8.6%36.47%-
HSV(B)255º15.84%39.61%-
XYZ9.729.5613.65-
YUV88.02135.33128.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=32.36%
G=30.91%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89851010.120.1600.602558.636.47
Hex595565C1003Cff924
Octal13112514514200743771144
Binary1011001101010111001011100100000111100111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595565; }

 p { color: rgb(89,85,101); }

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

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

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

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

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

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

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