#5B5465

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

Shades of Mobster #5B5465

Tints of Mobster #5B5465

Color information

#5B5465 (or 0x5B5465) is unknown color: approx Mobster. HEX triplet: 5B, 54 and 65. RGB value is (91,84,101). Sum of RGB (Red+Green+Blue) = 91+84+101=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5465 is #A4AB9A. Grayscale: #575757. Windows color (decimal): -10791835 or 6640731. OLE color: 6640731.

HSL color Cylindrical-coordinate representation of color #5B5465: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B5465 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9184101-
CMYK0.100.1700.60
HSL264.71º9.19%36.27%-
HSV(B)264.71º16.83%39.61%-
XYZ9.839.513.63-
YUV88.03135.32130.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.97%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=32.97%
G=30.43%
B=36.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91841010.100.1700.60264.719.1936.27
Hex5B5465A1103C109924
Octal13312414512210744111144
Binary10110111010100110010110101000101111001000010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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