#5B516D

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

Shades of Mobster #5B516D

Tints of Mobster #5B516D

Color information

#5B516D (or 0x5B516D) is unknown color: approx Mobster. HEX triplet: 5B, 51 and 6D. RGB value is (91,81,109). Sum of RGB (Red+Green+Blue) = 91+81+109=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B516D is #A4AE92. Grayscale: #575757. Windows color (decimal): -10792595 or 7164251. OLE color: 7164251.

HSL color Cylindrical-coordinate representation of color #5B516D: hue angle of 261.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B516D is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9181109-
CMYK0.170.2600.57
HSL261.43º14.74%37.25%-
HSV(B)261.43º25.69%42.75%-
XYZ10.029.2115.72-
YUV87.18140.31130.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=32.38%
G=28.83%
B=38.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91811090.170.2600.57261.4314.7437.25
Hex5B516D111A039105f25
Octal13312115521320714051745
Binary101101110100011101101100011101001110011000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,81,109); }

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

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

 a { background-color: rgb(91,81,109); }

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

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

 span { border-color: rgb(91,81,109); }

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