#5C4F72

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

Shades of Mobster #5C4F72

Tints of Mobster #5C4F72

Color information

#5C4F72 (or 0x5C4F72) is unknown color: approx Mobster. HEX triplet: 5C, 4F and 72. RGB value is (92,79,114). Sum of RGB (Red+Green+Blue) = 92+79+114=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 79 (31.25% from 255 or 27.72% 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 #5C4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F72 is #A3B08D. Grayscale: #565656. Windows color (decimal): -10727566 or 7491420. OLE color: 7491420.

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

Color convert

RGB9279114-
CMYK0.190.3100.55
HSL262.29º18.13%37.84%-
HSV(B)262.29º30.7%44.71%-
XYZ10.259.0817.13-
YUV86.88143.31131.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 114 (44.92% from 255) = 40%
R=32.28%
G=27.72%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92791140.190.3100.55262.2918.1337.84
Hex5C4F72131F0371061226
Octal13411716223370674062246
Binary1011100100111111100101001111111011011110000011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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