Html Css Color HEX #59585A Mobster

📋 copy color: '#59585A'

red 89 ◦ green 88 ◦ blue 90

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

Shades of Mobster #59585A

Tints of Mobster #59585A

RGB

 RED value IS 89 (35.16% from 255) = 33.33%

 GREEN value IS 88 (34.77% from 255) = 32.96%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 33.33%
G = 32.96%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59585A (or 0x59585A) is known color: Mobster. HEX triplet: 59, 58 and 5A. RGB value is (89,88,90). Sum of RGB (Red+Green+Blue) = 89+88+90=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 90 - color contains mainly: blue. Hex color #59585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59585A is #A6A7A5. Grayscale: #585858. Windows color (decimal): -10921894 or 5920857. OLE color: 5920857.

HSL color Cylindrical-coordinate representation of color #59585A: hue angle of 270º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #59585A is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 88 90 -
CMYK 0.01 0.02 0 0.65
HSL 270º 0.01% 0.35% -
HSV(B) 270º 0.02% 0.35% -
XYZ 9.46 9.84 11.07 -
YUV 88.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 89 88 90 0.01 0.02 0 0.65 270 0.01 0.35
Hex 59 58 5A 1 2 0 41 10E 1 23
Octal 131 130 132 1 2 0 101 416 1 43
Binary 1011001 1011000 1011010 1 10 0 1000001 100001110 1 100011

Color Harmonies of #59585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59585A

Black with #59585A

Text Example


Text Example

White with #59585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59585A; }

 p { color: rgb(89,88,90); }

 H1.HeaderClassName
 {
   color: #59585A;
 }
 .AnyTagClassName
 {
   color: #59585A;
 }
</style>

background-color css

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

 a { background-color: rgb(89,88,90); }

 div.DivClassName
 {
   background-color: #59585A;
 }
 .BgClassName
 {
   background-color: #59585A;
 }
</style>

border-color css

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

 span { border-color: rgb(89,88,90); }

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