#5B4C6E

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

Shades of Mobster #5B4C6E

Tints of Mobster #5B4C6E

Color information

#5B4C6E (or 0x5B4C6E) is unknown color: approx Mobster. HEX triplet: 5B, 4C and 6E. RGB value is (91,76,110). Sum of RGB (Red+Green+Blue) = 91+76+110=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B4C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4C6E is #A4B391. Grayscale: #545454. Windows color (decimal): -10793874 or 7228507. OLE color: 7228507.

HSL color Cylindrical-coordinate representation of color #5B4C6E: hue angle of 266.47º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B4C6E is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9176110-
CMYK0.170.3100.57
HSL266.47º18.28%36.47%-
HSV(B)266.47º30.91%43.14%-
XYZ9.718.5215.88-
YUV84.36142.47132.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=32.85%
G=27.44%
B=39.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91761100.170.3100.57266.4718.2836.47
Hex5B4C6E111F03910a1224
Octal13311415621370714122244
Binary1011011100110011011101000111111011100110000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,110); }

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

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

 a { background-color: rgb(91,76,110); }

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

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

 span { border-color: rgb(91,76,110); }

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