#595571

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

Shades of Smoky #595571

Tints of Smoky #595571

Color information

#595571 (or 0x595571) is unknown color: approx Smoky. HEX triplet: 59, 55 and 71. RGB value is (89,85,113). Sum of RGB (Red+Green+Blue) = 89+85+113=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #595571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595571 is #A6AA8E. Grayscale: #595959. Windows color (decimal): -10922639 or 7427417. OLE color: 7427417.

HSL color Cylindrical-coordinate representation of color #595571: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595571 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8985113-
CMYK0.210.2500.56
HSL248.57º14.14%38.82%-
HSV(B)248.57º24.78%44.31%-
XYZ10.359.8116.97-
YUV89.39141.33127.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=31.01%
G=29.62%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89851130.210.2500.56248.5714.1438.82
Hex5955711519038f9e27
Octal13112516125310703711647
Binary10110011010101111000110101110010111000111110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595571; }

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

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

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

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

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

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

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

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