#5B585F

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

Shades of Mobster #5B585F

Tints of Mobster #5B585F

Color information

#5B585F (or 0x5B585F) is unknown color: approx Mobster. HEX triplet: 5B, 58 and 5F. RGB value is (91,88,95). Sum of RGB (Red+Green+Blue) = 91+88+95=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B585F is #A4A7A0. Grayscale: #595959. Windows color (decimal): -10790817 or 6248539. OLE color: 6248539.

HSL color Cylindrical-coordinate representation of color #5B585F: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B585F is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB918895-
CMYK0.040.0700.63
HSL265.71º3.83%35.88%-
HSV(B)265.71º7.37%37.25%-
XYZ9.8710.0312.24-
YUV89.7130.99128.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=33.21%
G=32.12%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9188950.040.0700.63265.713.8335.88
Hex5B585F4703F10a424
Octal13313013747077412444
Binary1011011101100010111111001110111111100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,88,95); }

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

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

 a { background-color: rgb(91,88,95); }

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

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

 span { border-color: rgb(91,88,95); }

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