#5C4D72

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

Shades of Mobster #5C4D72

Tints of Mobster #5C4D72

Color information

#5C4D72 (or 0x5C4D72) is unknown color: approx Mobster. HEX triplet: 5C, 4D and 72. RGB value is (92,77,114). Sum of RGB (Red+Green+Blue) = 92+77+114=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C4D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4D72 is #A3B28D. Grayscale: #555555. Windows color (decimal): -10728078 or 7490908. OLE color: 7490908.

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

Color convert

RGB9277114-
CMYK0.190.3200.55
HSL264.32º19.37%37.45%-
HSV(B)264.32º32.46%44.71%-
XYZ10.18.817.09-
YUV85.7143.97132.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=32.51%
G=27.21%
B=40.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92771140.190.3200.55264.3219.3737.45
Hex5C4D7213200371081325
Octal13411516223400674102345
Binary10111001001101111001010011100000011011110000100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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