#5B5460

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

Shades of Mobster #5B5460

Tints of Mobster #5B5460

Color information

#5B5460 (or 0x5B5460) is unknown color: approx Mobster. HEX triplet: 5B, 54 and 60. RGB value is (91,84,96). Sum of RGB (Red+Green+Blue) = 91+84+96=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5460 is #A4AB9F. Grayscale: #575757. Windows color (decimal): -10791840 or 6313051. OLE color: 6313051.

HSL color Cylindrical-coordinate representation of color #5B5460: hue angle of 275º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B5460 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB918496-
CMYK0.050.1200.62
HSL275º6.67%35.29%-
HSV(B)275º12.5%37.65%-
XYZ9.69.4112.38-
YUV87.46132.82130.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=33.58%
G=31.00%
B=35.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9184960.050.1200.622756.6735.29
Hex5B54605C03E113723
Octal133124140514076423743
Binary10110111010100110000010111000111110100010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,96); }

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

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

 a { background-color: rgb(91,84,96); }

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

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

 span { border-color: rgb(91,84,96); }

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