#595477

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

Shades of Smoky #595477

Tints of Smoky #595477

Color information

#595477 (or 0x595477) is unknown color: approx Smoky. HEX triplet: 59, 54 and 77. RGB value is (89,84,119). Sum of RGB (Red+Green+Blue) = 89+84+119=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #595477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595477 is #A6AB88. Grayscale: #595959. Windows color (decimal): -10922889 or 7820377. OLE color: 7820377.

HSL color Cylindrical-coordinate representation of color #595477: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595477 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8984119-
CMYK0.250.2900.53
HSL248.57º17.24%39.8%-
HSV(B)248.57º29.41%46.67%-
XYZ10.629.818.78-
YUV89.48144.66127.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=30.48%
G=28.77%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89841190.250.2900.53248.5717.2439.8
Hex595477191D035f91128
Octal13112416731350653712150
Binary101100110101001110111110011110101101011111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595477; }

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

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

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

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

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

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

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

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