#595170

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

Shades of Smoky #595170

Tints of Smoky #595170

Color information

#595170 (or 0x595170) is unknown color: approx Smoky. HEX triplet: 59, 51 and 70. RGB value is (89,81,112). Sum of RGB (Red+Green+Blue) = 89+81+112=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #595170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595170 is #A6AE8F. Grayscale: #565656. Windows color (decimal): -10923664 or 7360857. OLE color: 7360857.

HSL color Cylindrical-coordinate representation of color #595170: hue angle of 255.48º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595170 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8981112-
CMYK0.210.2800.56
HSL255.48º16.06%37.84%-
HSV(B)255.48º27.68%43.92%-
XYZ9.999.1816.57-
YUV86.93142.15129.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=31.56%
G=28.72%
B=39.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89811120.210.2800.56255.4816.0637.84
Hex595170151C038ff1026
Octal13112116025340703772046
Binary101100110100011110000101011110001110001111111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595170; }

 p { color: rgb(89,81,112); }

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

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

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

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

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

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

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