#5B5361

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

Shades of Mobster #5B5361

Tints of Mobster #5B5361

Color information

#5B5361 (or 0x5B5361) is unknown color: approx Mobster. HEX triplet: 5B, 53 and 61. RGB value is (91,83,97). Sum of RGB (Red+Green+Blue) = 91+83+97=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B5361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5361 is #A4AC9E. Grayscale: #565656. Windows color (decimal): -10792095 or 6378331. OLE color: 6378331.

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

Color convert

RGB918397-
CMYK0.060.1400.62
HSL274.29º7.78%35.29%-
HSV(B)274.29º14.43%38.04%-
XYZ9.579.2712.6-
YUV86.99133.65130.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=33.58%
G=30.63%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9183970.060.1400.62274.297.7835.29
Hex5B53616E03E112823
Octal1331231416160764221043
Binary101101110100111100001110111001111101000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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