#5E4D77

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

Shades of Mobster #5E4D77

Tints of Mobster #5E4D77

Color information

#5E4D77 (or 0x5E4D77) is unknown color: approx Mobster. HEX triplet: 5E, 4D and 77. RGB value is (94,77,119). Sum of RGB (Red+Green+Blue) = 94+77+119=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E4D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4D77 is #A1B288. Grayscale: #565656. Windows color (decimal): -10597001 or 7818590. OLE color: 7818590.

HSL color Cylindrical-coordinate representation of color #5E4D77: hue angle of 264.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E4D77 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9477119-
CMYK0.210.3500.53
HSL264.29º21.43%38.43%-
HSV(B)264.29º35.29%46.67%-
XYZ10.69.0218.64-
YUV86.87146.13133.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=32.41%
G=26.55%
B=41.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94771190.210.3500.53264.2921.4338.43
Hex5E4D7715230351081526
Octal13611516725430654102546
Binary10111101001101111011110101100011011010110000100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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