#595261

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

Shades of Mobster #595261

Tints of Mobster #595261

Color information

#595261 (or 0x595261) is unknown color: approx Mobster. HEX triplet: 59, 52 and 61. RGB value is (89,82,97). Sum of RGB (Red+Green+Blue) = 89+82+97=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #595261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595261 is #A6AD9E. Grayscale: #555555. Windows color (decimal): -10923423 or 6378073. OLE color: 6378073.

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

Color convert

RGB898297-
CMYK0.080.1500.62
HSL268º8.38%35.1%-
HSV(B)268º15.46%38.04%-
XYZ9.299.0212.56-
YUV85.8134.32130.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=33.21%
G=30.60%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8982970.080.1500.622688.3835.1
Hex5952618F03E10c823
Octal13112214110170764141043
Binary1011001101001011000011000111101111101000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595261; }

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

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

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

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

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

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

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

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