#595474

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

Shades of Smoky #595474

Tints of Smoky #595474

Color information

#595474 (or 0x595474) is unknown color: approx Smoky. HEX triplet: 59, 54 and 74. RGB value is (89,84,116). Sum of RGB (Red+Green+Blue) = 89+84+116=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #595474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595474 is #A6AB8B. Grayscale: #595959. Windows color (decimal): -10922892 or 7623769. OLE color: 7623769.

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

Color convert

RGB8984116-
CMYK0.230.2800.55
HSL249.38º16%39.22%-
HSV(B)249.38º27.59%45.49%-
XYZ10.449.7317.85-
YUV89.14143.16127.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=30.80%
G=29.07%
B=40.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89841160.230.2800.55249.381639.22
Hex595474171C037f91027
Octal13112416427340673712047
Binary101100110101001110100101111110001101111111100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595474; }

 p { color: rgb(89,84,116); }

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

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

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

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

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

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

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