#5D5976

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

Shades of Smoky #5D5976

Tints of Smoky #5D5976

Color information

#5D5976 (or 0x5D5976) is unknown color: approx Smoky. HEX triplet: 5D, 59 and 76. RGB value is (93,89,118). Sum of RGB (Red+Green+Blue) = 93+89+118=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5976 is #A2A689. Grayscale: #5D5D5D. Windows color (decimal): -10659466 or 7756125. OLE color: 7756125.

HSL color Cylindrical-coordinate representation of color #5D5976: hue angle of 248.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D5976 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9389118-
CMYK0.210.2500.54
HSL248.28º14.01%40.59%-
HSV(B)248.28º24.58%46.27%-
XYZ11.3610.7818.62-
YUV93.5141.83127.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=31%
G=29.67%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93891180.210.2500.54248.2814.0140.59
Hex5D59761519036f8e29
Octal13513116625310663701651
Binary10111011011001111011010101110010110110111110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,118); }

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

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

 a { background-color: rgb(93,89,118); }

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

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

 span { border-color: rgb(93,89,118); }

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