#5D5271

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

Shades of Mobster #5D5271

Tints of Mobster #5D5271

Color information

#5D5271 (or 0x5D5271) is unknown color: approx Mobster. HEX triplet: 5D, 52 and 71. RGB value is (93,82,113). Sum of RGB (Red+Green+Blue) = 93+82+113=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5271 is #A2AD8E. Grayscale: #585858. Windows color (decimal): -10661263 or 7426653. OLE color: 7426653.

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

Color convert

RGB9382113-
CMYK0.180.2700.56
HSL261.29º15.9%38.24%-
HSV(B)261.29º27.43%44.31%-
XYZ10.519.5516.91-
YUV88.82141.64130.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=32.29%
G=28.47%
B=39.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93821130.180.2700.56261.2915.938.24
Hex5D5271121B0381051026
Octal13512216122330704052046
Binary1011101101001011100011001011011011100010000010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,113); }

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

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

 a { background-color: rgb(93,82,113); }

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

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

 span { border-color: rgb(93,82,113); }

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