#5D5470

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

Shades of Smoky #5D5470

Tints of Smoky #5D5470

Color information

#5D5470 (or 0x5D5470) is unknown color: approx Smoky. HEX triplet: 5D, 54 and 70. RGB value is (93,84,112). Sum of RGB (Red+Green+Blue) = 93+84+112=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5470 is #A2AB8F. Grayscale: #595959. Windows color (decimal): -10660752 or 7361629. OLE color: 7361629.

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

Color convert

RGB9384112-
CMYK0.170.2500.56
HSL259.29º14.29%38.43%-
HSV(B)259.29º25%43.92%-
XYZ10.619.8416.67-
YUV89.88140.48130.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=32.18%
G=29.07%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93841120.170.2500.56259.2914.2938.43
Hex5D54701119038103e26
Octal13512416021310704031646
Binary101110110101001110000100011100101110001000000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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