#595061

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

Shades of Mobster #595061

Tints of Mobster #595061

Color information

#595061 (or 0x595061) is unknown color: approx Mobster. HEX triplet: 59, 50 and 61. RGB value is (89,80,97). Sum of RGB (Red+Green+Blue) = 89+80+97=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #595061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595061 is #A6AF9E. Grayscale: #545454. Windows color (decimal): -10923935 or 6377561. OLE color: 6377561.

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

Color convert

RGB898097-
CMYK0.080.1800.62
HSL271.76º9.6%34.71%-
HSV(B)271.76º17.53%38.04%-
XYZ9.158.7212.51-
YUV84.63134.98131.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=33.46%
G=30.08%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8980970.080.1800.62271.769.634.71
Hex59506181203E110a23
Octal13112014110220764201243
Binary10110011010000110000110001001001111101000100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595061; }

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

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

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

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

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

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

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

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