#595372

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

Shades of Smoky #595372

Tints of Smoky #595372

Color information

#595372 (or 0x595372) is unknown color: approx Smoky. HEX triplet: 59, 53 and 72. RGB value is (89,83,114). Sum of RGB (Red+Green+Blue) = 89+83+114=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #595372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595372 is #A6AC8D. Grayscale: #585858. Windows color (decimal): -10923150 or 7492441. OLE color: 7492441.

HSL color Cylindrical-coordinate representation of color #595372: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595372 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8983114-
CMYK0.220.2700.55
HSL251.61º15.74%38.63%-
HSV(B)251.61º27.19%44.71%-
XYZ10.259.5317.22-
YUV88.33142.49128.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=31.12%
G=29.02%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89831140.220.2700.55251.6115.7438.63
Hex595372161B037fc1027
Octal13112316226330673742047
Binary101100110100111110010101101101101101111111110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595372; }

 p { color: rgb(89,83,114); }

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

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

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

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

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

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

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