#5D5878

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

Shades of Smoky #5D5878

Tints of Smoky #5D5878

Color information

#5D5878 (or 0x5D5878) is unknown color: approx Smoky. HEX triplet: 5D, 58 and 78. RGB value is (93,88,120). Sum of RGB (Red+Green+Blue) = 93+88+120=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5878 is #A2A787. Grayscale: #5D5D5D. Windows color (decimal): -10659720 or 7886941. OLE color: 7886941.

HSL color Cylindrical-coordinate representation of color #5D5878: hue angle of 249.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5878 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9388120-
CMYK0.220.2700.53
HSL249.38º15.38%40.78%-
HSV(B)249.38º26.67%47.06%-
XYZ11.3910.6619.23-
YUV93.14143.16127.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=30.90%
G=29.24%
B=39.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93881200.220.2700.53249.3815.3840.78
Hex5D5878161B035f9f29
Octal13513017026330653711751
Binary10111011011000111100010110110110110101111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,120); }

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

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

 a { background-color: rgb(93,88,120); }

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

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

 span { border-color: rgb(93,88,120); }

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