#5D5970

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

Shades of Smoky #5D5970

Tints of Smoky #5D5970

Color information

#5D5970 (or 0x5D5970) is unknown color: approx Smoky. HEX triplet: 5D, 59 and 70. RGB value is (93,89,112). Sum of RGB (Red+Green+Blue) = 93+89+112=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5970 is #A2A68F. Grayscale: #5C5C5C. Windows color (decimal): -10659472 or 7362909. OLE color: 7362909.

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

Color convert

RGB9389112-
CMYK0.170.2100.56
HSL250.43º11.44%39.41%-
HSV(B)250.43º20.54%43.92%-
XYZ11.0110.6416.8-
YUV92.82138.83128.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=31.63%
G=30.27%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93891120.170.2100.56250.4311.4439.41
Hex5D59701115038fab27
Octal13513116021250703721347
Binary10111011011001111000010001101010111000111110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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