#5D5971

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

Shades of Smoky #5D5971

Tints of Smoky #5D5971

Color information

#5D5971 (or 0x5D5971) is unknown color: approx Smoky. HEX triplet: 5D, 59 and 71. RGB value is (93,89,113). Sum of RGB (Red+Green+Blue) = 93+89+113=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5971 is #A2A68E. Grayscale: #5C5C5C. Windows color (decimal): -10659471 or 7428445. OLE color: 7428445.

HSL color Cylindrical-coordinate representation of color #5D5971: hue angle of 250º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D5971 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9389113-
CMYK0.180.2100.56
HSL250º11.88%39.61%-
HSV(B)250º21.24%44.31%-
XYZ11.0710.6617.1-
YUV92.93139.33128.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.53%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=31.53%
G=30.17%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93891130.180.2100.5625011.8839.61
Hex5D59711215038fac28
Octal13513116122250703721450
Binary10111011011001111000110010101010111000111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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