#5E596A

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

Shades of Smoky #5E596A

Tints of Smoky #5E596A

Color information

#5E596A (or 0x5E596A) is unknown color: approx Smoky. HEX triplet: 5E, 59 and 6A. RGB value is (94,89,106). Sum of RGB (Red+Green+Blue) = 94+89+106=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E596A is #A1A695. Grayscale: #5C5C5C. Windows color (decimal): -10593942 or 6969694. OLE color: 6969694.

HSL color Cylindrical-coordinate representation of color #5E596A: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E596A is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9489106-
CMYK0.110.1600.58
HSL257.65º8.72%38.24%-
HSV(B)257.65º16.04%41.57%-
XYZ10.7910.5715.11-
YUV92.43135.66129.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=32.53%
G=30.80%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94891060.110.1600.58257.658.7238.24
Hex5E596AB1003A102926
Octal13613115213200724021146
Binary10111101011001110101010111000001110101000000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E596A; }

 p { color: rgb(94,89,106); }

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

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

 a { background-color: rgb(94,89,106); }

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

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

 span { border-color: rgb(94,89,106); }

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