#5F5371

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

Shades of Mobster #5F5371

Tints of Mobster #5F5371

Color information

#5F5371 (or 0x5F5371) is unknown color: approx Mobster. HEX triplet: 5F, 53 and 71. RGB value is (95,83,113). Sum of RGB (Red+Green+Blue) = 95+83+113=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5371 is #A0AC8E. Grayscale: #595959. Windows color (decimal): -10529935 or 7426911. OLE color: 7426911.

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

Color convert

RGB9583113-
CMYK0.160.2700.56
HSL264º15.31%38.43%-
HSV(B)264º26.55%44.31%-
XYZ10.799.8116.95-
YUV90.01140.98131.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=32.65%
G=28.52%
B=38.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95831130.160.2700.5626415.3138.43
Hex5F5371101B038108f26
Octal13712316120330704101746
Binary101111110100111110001100001101101110001000010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,113); }

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

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

 a { background-color: rgb(95,83,113); }

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

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

 span { border-color: rgb(95,83,113); }

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