#5E597B

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

Shades of Smoky #5E597B

Tints of Smoky #5E597B

Color information

#5E597B (or 0x5E597B) is unknown color: approx Smoky. HEX triplet: 5E, 59 and 7B. RGB value is (94,89,123). Sum of RGB (Red+Green+Blue) = 94+89+123=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E597B is #A1A684. Grayscale: #5E5E5E. Windows color (decimal): -10593925 or 8083806. OLE color: 8083806.

HSL color Cylindrical-coordinate representation of color #5E597B: hue angle of 248.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E597B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9489123-
CMYK0.240.2800.52
HSL248.82º16.04%41.57%-
HSV(B)248.82º27.64%48.24%-
XYZ11.7610.9520.23-
YUV94.37144.16127.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=30.72%
G=29.08%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94891230.240.2800.52248.8216.0441.57
Hex5E597B181C034f9102a
Octal13613117330340643712052
Binary101111010110011111011110001110001101001111100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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