#59555C

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

Shades of Mobster #59555C

Tints of Mobster #59555C

Color information

#59555C (or 0x59555C) is unknown color: approx Mobster. HEX triplet: 59, 55 and 5C. RGB value is (89,85,92). Sum of RGB (Red+Green+Blue) = 89+85+92=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #59555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555C is #A6AAA3. Grayscale: #565656. Windows color (decimal): -10922660 or 6051161. OLE color: 6051161.

HSL color Cylindrical-coordinate representation of color #59555C: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #59555C is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB898592-
CMYK0.030.0800.64
HSL274.29º3.95%34.71%-
HSV(B)274.29º7.61%36.08%-
XYZ9.39.3911.45-
YUV86.99130.83129.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=33.46%
G=31.95%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8985920.030.0800.64274.293.9534.71
Hex59555C38040112423
Octal1311251343100100422443
Binary10110011010101101110011100001000000100010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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