#5D4D72

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

Shades of Mobster #5D4D72

Tints of Mobster #5D4D72

Color information

#5D4D72 (or 0x5D4D72) is unknown color: approx Mobster. HEX triplet: 5D, 4D and 72. RGB value is (93,77,114). Sum of RGB (Red+Green+Blue) = 93+77+114=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D4D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D4D72 is #A2B28D. Grayscale: #555555. Windows color (decimal): -10662542 or 7490909. OLE color: 7490909.

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

Color convert

RGB9377114-
CMYK0.180.3200.55
HSL265.95º19.37%37.45%-
HSV(B)265.95º32.46%44.71%-
XYZ10.218.8517.09-
YUV86143.8132.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.75%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=32.75%
G=27.11%
B=40.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93771140.180.3200.55265.9519.3737.45
Hex5D4D72122003710a1325
Octal13511516222400674122345
Binary10111011001101111001010010100000011011110000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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