Html Css Color HEX #59494A Emperor

📋 copy color: '#59494A'

red 89 ◦ green 73 ◦ blue 74

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

Shades of Emperor #59494A

Tints of Emperor #59494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 37.71%
G = 30.93%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59494A (or 0x59494A) is known color: Emperor. HEX triplet: 59, 49 and 4A. RGB value is (89,73,74). Sum of RGB (Red+Green+Blue) = 89+73+74=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #59494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59494A is #A6B6B5. Grayscale: #4D4D4D. Windows color (decimal): -10925750 or 4868441. OLE color: 4868441.

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

Color convert

RGB 89 73 74 -
CMYK 0 0.18 0.17 0.65
HSL 356.25º 0.1% 0.32% -
HSV(B) 356.25º 0.18% 0.35% -
XYZ 7.74 7.38 7.5 -
YUV 77.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 89 73 74 0 0.18 0.17 0.65 356.25 0.1 0.32
Hex 59 49 4A 0 12 11 41 164 A 20
Octal 131 111 112 0 22 21 101 544 12 40
Binary 1011001 1001001 1001010 0 10010 10001 1000001 101100100 1010 100000

Color Harmonies of #59494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59494A

Black with #59494A

Text Example


Text Example

White with #59494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,73,74); }

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

background-color css

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

 a { background-color: rgb(89,73,74); }

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

border-color css

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

 span { border-color: rgb(89,73,74); }

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