#5E4D72

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

Shades of Mobster #5E4D72

Tints of Mobster #5E4D72

Color information

#5E4D72 (or 0x5E4D72) is unknown color: approx Mobster. HEX triplet: 5E, 4D and 72. RGB value is (94,77,114). Sum of RGB (Red+Green+Blue) = 94+77+114=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E4D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4D72 is #A1B28D. Grayscale: #565656. Windows color (decimal): -10597006 or 7490910. OLE color: 7490910.

HSL color Cylindrical-coordinate representation of color #5E4D72: hue angle of 267.57º 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 #5E4D72 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9477114-
CMYK0.180.3200.55
HSL267.57º19.37%37.45%-
HSV(B)267.57º32.46%44.71%-
XYZ10.318.917.09-
YUV86.3143.63133.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 114 (44.92% from 255) = 40%
R=32.98%
G=27.02%
B=40%

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
Decimal94771140.180.3200.55267.5719.3737.45
Hex5E4D72122003710c1325
Octal13611516222400674142345
Binary10111101001101111001010010100000011011110000110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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