#5E5372

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

Shades of Mobster #5E5372

Tints of Mobster #5E5372

Color information

#5E5372 (or 0x5E5372) is unknown color: approx Mobster. HEX triplet: 5E, 53 and 72. RGB value is (94,83,114). Sum of RGB (Red+Green+Blue) = 94+83+114=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5372 is #A1AC8D. Grayscale: #595959. Windows color (decimal): -10595470 or 7492446. OLE color: 7492446.

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

Color convert

RGB9483114-
CMYK0.180.2700.55
HSL261.29º15.74%38.63%-
HSV(B)261.29º27.19%44.71%-
XYZ10.759.7817.24-
YUV89.82141.64130.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=32.30%
G=28.52%
B=39.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94831140.180.2700.55261.2915.7438.63
Hex5E5372121B0371051027
Octal13612316222330674052047
Binary1011110101001111100101001011011011011110000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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