#595060

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

Shades of Mobster #595060

Tints of Mobster #595060

Color information

#595060 (or 0x595060) is unknown color: approx Mobster. HEX triplet: 59, 50 and 60. RGB value is (89,80,96). Sum of RGB (Red+Green+Blue) = 89+80+96=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #595060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595060 is #A6AF9F. Grayscale: #545454. Windows color (decimal): -10923936 or 6312025. OLE color: 6312025.

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

Color convert

RGB898096-
CMYK0.070.1700.62
HSL273.75º9.09%34.51%-
HSV(B)273.75º16.67%37.65%-
XYZ9.18.7112.27-
YUV84.52134.48131.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=33.58%
G=30.19%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8980960.070.1700.62273.759.0934.51
Hex59506071103E112923
Octal1311201407210764221143
Binary1011001101000011000001111000101111101000100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595060; }

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

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

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

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

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

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

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

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