#59555E

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

Shades of Mobster #59555E

Tints of Mobster #59555E

Color information

#59555E (or 0x59555E) is unknown color: approx Mobster. HEX triplet: 59, 55 and 5E. RGB value is (89,85,94). Sum of RGB (Red+Green+Blue) = 89+85+94=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #59555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555E is #A6AAA1. Grayscale: #575757. Windows color (decimal): -10922658 or 6182233. OLE color: 6182233.

HSL color Cylindrical-coordinate representation of color #59555E: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #59555E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB898594-
CMYK0.050.1000.63
HSL266.67º5.03%35.1%-
HSV(B)266.67º9.57%36.86%-
XYZ9.399.4311.91-
YUV87.22131.83129.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=33.21%
G=31.72%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8985940.050.1000.63266.675.0335.1
Hex59555E5A03F10b523
Octal131125136512077413543
Binary10110011010101101111010110100111111100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59555E; }

 p { color: rgb(89,85,94); }

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

<style>
 a { background-color: #59555E; }

 a { background-color: rgb(89,85,94); }

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

<style>
 span { border-color: #59555E; }

 span { border-color: rgb(89,85,94); }

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