#595670

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

Shades of Smoky #595670

Tints of Smoky #595670

Color information

#595670 (or 0x595670) is unknown color: approx Smoky. HEX triplet: 59, 56 and 70. RGB value is (89,86,112). Sum of RGB (Red+Green+Blue) = 89+86+112=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #595670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595670 is #A6A98F. Grayscale: #595959. Windows color (decimal): -10922384 or 7362137. OLE color: 7362137.

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

Color convert

RGB8986112-
CMYK0.210.2300.56
HSL246.92º13.13%38.82%-
HSV(B)246.92º23.21%43.92%-
XYZ10.379.9516.7-
YUV89.86140.49127.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=31.01%
G=29.97%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89861120.210.2300.56246.9213.1338.82
Hex5956701517038f7d27
Octal13112616025270703671547
Binary10110011010110111000010101101110111000111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595670; }

 p { color: rgb(89,86,112); }

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

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

 a { background-color: rgb(89,86,112); }

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

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

 span { border-color: rgb(89,86,112); }

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