#595273

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

Shades of Smoky #595273

Tints of Smoky #595273

Color information

#595273 (or 0x595273) is unknown color: approx Smoky. HEX triplet: 59, 52 and 73. RGB value is (89,82,115). Sum of RGB (Red+Green+Blue) = 89+82+115=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #595273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595273 is #A6AD8C. Grayscale: #575757. Windows color (decimal): -10923405 or 7557721. OLE color: 7557721.

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

Color convert

RGB8982115-
CMYK0.230.2900.55
HSL252.73º16.75%38.63%-
HSV(B)252.73º28.7%45.1%-
XYZ10.239.417.49-
YUV87.86143.32128.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=31.12%
G=28.67%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89821150.230.2900.55252.7316.7538.63
Hex595273171D037fd1127
Octal13112216327350673752147
Binary101100110100101110011101111110101101111111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595273; }

 p { color: rgb(89,82,115); }

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

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

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

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

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

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

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