#5B5861

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

Shades of Mobster #5B5861

Tints of Mobster #5B5861

Color information

#5B5861 (or 0x5B5861) is unknown color: approx Mobster. HEX triplet: 5B, 58 and 61. RGB value is (91,88,97). Sum of RGB (Red+Green+Blue) = 91+88+97=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5861 is #A4A79E. Grayscale: #595959. Windows color (decimal): -10790815 or 6379611. OLE color: 6379611.

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

Color convert

RGB918897-
CMYK0.060.0900.62
HSL260º4.86%36.27%-
HSV(B)260º9.28%38.04%-
XYZ9.9610.0712.73-
YUV89.92131.99128.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.97%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=32.97%
G=31.88%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9188970.060.0900.622604.8636.27
Hex5B58616903E104524
Octal133130141611076404544
Binary10110111011000110000111010010111110100000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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