#5B5063

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

Shades of Mobster #5B5063

Tints of Mobster #5B5063

Color information

#5B5063 (or 0x5B5063) is unknown color: approx Mobster. HEX triplet: 5B, 50 and 63. RGB value is (91,80,99). Sum of RGB (Red+Green+Blue) = 91+80+99=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5063 is #A4AF9C. Grayscale: #555555. Windows color (decimal): -10792861 or 6508635. OLE color: 6508635.

HSL color Cylindrical-coordinate representation of color #5B5063: hue angle of 274.74º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B5063 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB918099-
CMYK0.080.1900.61
HSL274.74º10.61%35.1%-
HSV(B)274.74º19.19%38.82%-
XYZ9.448.8613.02-
YUV85.46135.64131.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.70%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=33.70%
G=29.63%
B=36.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9180990.080.1900.61274.7410.6135.1
Hex5B506381303D113b23
Octal13312014310230754231343
Binary10110111010000110001110001001101111011000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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