#595577

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

Shades of Smoky #595577

Tints of Smoky #595577

Color information

#595577 (or 0x595577) is unknown color: approx Smoky. HEX triplet: 59, 55 and 77. RGB value is (89,85,119). Sum of RGB (Red+Green+Blue) = 89+85+119=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #595577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595577 is #A6AA88. Grayscale: #595959. Windows color (decimal): -10922633 or 7820633. OLE color: 7820633.

HSL color Cylindrical-coordinate representation of color #595577: hue angle of 247.06º 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 #595577 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8985119-
CMYK0.250.2900.53
HSL247.06º16.67%40%-
HSV(B)247.06º28.57%46.67%-
XYZ10.79.9518.81-
YUV90.07144.33127.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=30.38%
G=29.01%
B=40.61%

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
Decimal89851190.250.2900.53247.0616.6740
Hex595577191D035f71128
Octal13112516731350653672150
Binary101100110101011110111110011110101101011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595577; }

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

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

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

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

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

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

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

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