#59515F

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

Shades of Mobster #59515F

Tints of Mobster #59515F

Color information

#59515F (or 0x59515F) is unknown color: approx Mobster. HEX triplet: 59, 51 and 5F. RGB value is (89,81,95). Sum of RGB (Red+Green+Blue) = 89+81+95=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #59515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59515F is #A6AEA0. Grayscale: #545454. Windows color (decimal): -10923681 or 6246745. OLE color: 6246745.

HSL color Cylindrical-coordinate representation of color #59515F: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59515F is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB898195-
CMYK0.060.1500.63
HSL274.29º7.95%34.51%-
HSV(B)274.29º14.74%37.25%-
XYZ9.138.8312.05-
YUV84.99133.65130.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=33.58%
G=30.57%
B=35.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8981950.060.1500.63274.297.9534.51
Hex59515F6F03F112823
Octal1311211376170774221043
Binary101100110100011011111110111101111111000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59515F; }

 p { color: rgb(89,81,95); }

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

<style>
 a { background-color: #59515F; }

 a { background-color: rgb(89,81,95); }

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

<style>
 span { border-color: #59515F; }

 span { border-color: rgb(89,81,95); }

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