#5D5472

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

Shades of Smoky #5D5472

Tints of Smoky #5D5472

Color information

#5D5472 (or 0x5D5472) is unknown color: approx Smoky. HEX triplet: 5D, 54 and 72. RGB value is (93,84,114). Sum of RGB (Red+Green+Blue) = 93+84+114=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5472 is #A2AB8D. Grayscale: #5A5A5A. Windows color (decimal): -10660750 or 7492701. OLE color: 7492701.

HSL color Cylindrical-coordinate representation of color #5D5472: hue angle of 258º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D5472 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9384114-
CMYK0.180.2600.55
HSL258º15.15%38.82%-
HSV(B)258º26.32%44.71%-
XYZ10.729.8817.26-
YUV90.11141.48130.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=31.96%
G=28.87%
B=39.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93841140.180.2600.5525815.1538.82
Hex5D5472121A037102f27
Octal13512416222320674021747
Binary101110110101001110010100101101001101111000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,84,114); }

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

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

 a { background-color: rgb(93,84,114); }

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

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

 span { border-color: rgb(93,84,114); }

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