#5B5070

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

Shades of Mobster #5B5070

Tints of Mobster #5B5070

Color information

#5B5070 (or 0x5B5070) is unknown color: approx Mobster. HEX triplet: 5B, 50 and 70. RGB value is (91,80,112). Sum of RGB (Red+Green+Blue) = 91+80+112=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B5070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5070 is #A4AF8F. Grayscale: #565656. Windows color (decimal): -10792848 or 7360603. OLE color: 7360603.

HSL color Cylindrical-coordinate representation of color #5B5070: hue angle of 260.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B5070 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9180112-
CMYK0.190.2900.56
HSL260.62º16.67%37.65%-
HSV(B)260.62º28.57%43.92%-
XYZ10.119.1316.56-
YUV86.94142.14130.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=32.16%
G=28.27%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91801120.190.2900.56260.6216.6737.65
Hex5B5070131D0381051126
Octal13312016023350704052146
Binary1011011101000011100001001111101011100010000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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