#5B506D

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

Shades of Mobster #5B506D

Tints of Mobster #5B506D

Color information

#5B506D (or 0x5B506D) is unknown color: approx Mobster. HEX triplet: 5B, 50 and 6D. RGB value is (91,80,109). Sum of RGB (Red+Green+Blue) = 91+80+109=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B506D is #A4AF92. Grayscale: #565656. Windows color (decimal): -10792851 or 7163995. OLE color: 7163995.

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

Color convert

RGB9180109-
CMYK0.170.2700.57
HSL262.76º15.34%37.06%-
HSV(B)262.76º26.61%42.75%-
XYZ9.949.0715.69-
YUV86.6140.64131.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=32.5%
G=28.57%
B=38.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91801090.170.2700.57262.7615.3437.06
Hex5B506D111B039107f25
Octal13312015521330714071745
Binary101101110100001101101100011101101110011000001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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