#5F586B

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

Shades of Mobster #5F586B

Tints of Mobster #5F586B

Color information

#5F586B (or 0x5F586B) is unknown color: approx Mobster. HEX triplet: 5F, 58 and 6B. RGB value is (95,88,107). Sum of RGB (Red+Green+Blue) = 95+88+107=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F586B is #A0A794. Grayscale: #5C5C5C. Windows color (decimal): -10528661 or 7034975. OLE color: 7034975.

HSL color Cylindrical-coordinate representation of color #5F586B: hue angle of 262.11º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F586B is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9588107-
CMYK0.110.1800.58
HSL262.11º9.74%38.24%-
HSV(B)262.11º17.76%41.96%-
XYZ10.8610.4715.36-
YUV92.26136.32129.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=32.76%
G=30.34%
B=36.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95881070.110.1800.58262.119.7438.24
Hex5F586BB1203A106a26
Octal13713015313220724061246
Binary10111111011000110101110111001001110101000001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,107); }

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

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

 a { background-color: rgb(95,88,107); }

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

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

 span { border-color: rgb(95,88,107); }

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