#5F506D

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

Shades of Mobster #5F506D

Tints of Mobster #5F506D

Color information

#5F506D (or 0x5F506D) is unknown color: approx Mobster. HEX triplet: 5F, 50 and 6D. RGB value is (95,80,109). Sum of RGB (Red+Green+Blue) = 95+80+109=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F506D is #A0AF92. Grayscale: #575757. Windows color (decimal): -10530707 or 7163999. OLE color: 7163999.

HSL color Cylindrical-coordinate representation of color #5F506D: hue angle of 271.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F506D is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9580109-
CMYK0.130.2700.57
HSL271.03º15.34%37.06%-
HSV(B)271.03º26.61%42.75%-
XYZ10.359.2715.71-
YUV87.79139.97133.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=33.45%
G=28.17%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95801090.130.2700.57271.0315.3437.06
Hex5F506DD1B03910ff25
Octal13712015515330714171745
Binary10111111010000110110111011101101110011000011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,109); }

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

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

 a { background-color: rgb(95,80,109); }

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

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

 span { border-color: rgb(95,80,109); }

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