Html Css Color HEX #595060 Mobster

📋 copy color: '#595060'

red 89 ◦ green 80 ◦ blue 96

#595060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mobster #595060

Tints of Mobster #595060

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 value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#595060 (or 0x595060) is known color: 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

RGB 89 80 96 -
CMYK 0.07 0.17 0 0.62
HSL 273.75º 0.09% 0.35% -
HSV(B) 273.75º 0.17% 0.38% -
XYZ 9.1 8.71 12.27 -
YUV 84.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 89 80 96 0.07 0.17 0 0.62 273.75 0.09 0.35
Hex 59 50 60 7 11 0 3E 112 9 23
Octal 131 120 140 7 21 0 76 422 11 43
Binary 1011001 1010000 1100000 111 10001 0 111110 100010010 1001 100011

Color Harmonies of #595060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595060

Black with #595060

Text Example


Text Example

White with #595060

Text Example


Text Example

HTML Codes & Css Web 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>