#5C5071

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

Shades of Mobster #5C5071

Tints of Mobster #5C5071

Color information

#5C5071 (or 0x5C5071) is unknown color: approx Mobster. HEX triplet: 5C, 50 and 71. RGB value is (92,80,113). Sum of RGB (Red+Green+Blue) = 92+80+113=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5071 is #A3AF8E. Grayscale: #575757. Windows color (decimal): -10727311 or 7426140. OLE color: 7426140.

HSL color Cylindrical-coordinate representation of color #5C5071: hue angle of 261.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C5071 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9280113-
CMYK0.190.2900.56
HSL261.82º17.1%37.84%-
HSV(B)261.82º29.2%44.31%-
XYZ10.269.216.86-
YUV87.35142.48131.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=32.28%
G=28.07%
B=39.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92801130.190.2900.56261.8217.137.84
Hex5C5071131D0381061126
Octal13412016123350704062146
Binary1011100101000011100011001111101011100010000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,80,113); }

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

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

 a { background-color: rgb(92,80,113); }

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

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

 span { border-color: rgb(92,80,113); }

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