#595161

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

Shades of Mobster #595161

Tints of Mobster #595161

Color information

#595161 (or 0x595161) is unknown color: approx Mobster. HEX triplet: 59, 51 and 61. RGB value is (89,81,97). Sum of RGB (Red+Green+Blue) = 89+81+97=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #595161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595161 is #A6AE9E. Grayscale: #555555. Windows color (decimal): -10923679 or 6377817. OLE color: 6377817.

HSL color Cylindrical-coordinate representation of color #595161: hue angle of 270º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595161 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB898197-
CMYK0.080.1600.62
HSL270º8.99%34.9%-
HSV(B)270º16.49%38.04%-
XYZ9.228.8712.54-
YUV85.22134.65130.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=33.33%
G=30.34%
B=36.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8981970.080.1600.622708.9934.9
Hex59516181003E10e923
Octal13112114110200764161143
Binary10110011010001110000110001000001111101000011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595161; }

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

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

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

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

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

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

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

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