#5D5874

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

Shades of Smoky #5D5874

Tints of Smoky #5D5874

Color information

#5D5874 (or 0x5D5874) is unknown color: approx Smoky. HEX triplet: 5D, 58 and 74. RGB value is (93,88,116). Sum of RGB (Red+Green+Blue) = 93+88+116=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5874 is #A2A78B. Grayscale: #5C5C5C. Windows color (decimal): -10659724 or 7624797. OLE color: 7624797.

HSL color Cylindrical-coordinate representation of color #5D5874: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D5874 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9388116-
CMYK0.200.2400.55
HSL250.71º13.73%40%-
HSV(B)250.71º24.14%45.49%-
XYZ11.1610.5717.97-
YUV92.69141.16128.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=31.31%
G=29.63%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93881160.200.2400.55250.7113.7340
Hex5D58741418037fbe28
Octal13513016424300673731650
Binary10111011011000111010010100110000110111111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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