Html Css Color HEX #59494B Emperor

📋 copy color: '#59494B'

red 89 ◦ green 73 ◦ blue 75

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

Shades of Emperor #59494B

Tints of Emperor #59494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 37.55%
G = 30.8%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59494B (or 0x59494B) is known color: Emperor. HEX triplet: 59, 49 and 4B. RGB value is (89,73,75). Sum of RGB (Red+Green+Blue) = 89+73+75=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #59494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59494B is #A6B6B4. Grayscale: #4E4E4E. Windows color (decimal): -10925749 or 4933977. OLE color: 4933977.

HSL color Cylindrical-coordinate representation of color #59494B: hue angle of 352.5º 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 #59494B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 75 -
CMYK 0 0.18 0.16 0.65
HSL 352.5º 0.1% 0.32% -
HSV(B) 352.5º 0.18% 0.35% -
XYZ 7.77 7.4 7.67 -
YUV 78.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 89 73 75 0 0.18 0.16 0.65 352.5 0.1 0.32
Hex 59 49 4B 0 12 10 41 160 A 20
Octal 131 111 113 0 22 20 101 540 12 40
Binary 1011001 1001001 1001011 0 10010 10000 1000001 101100000 1010 100000

Color Harmonies of #59494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59494B

Black with #59494B

Text Example


Text Example

White with #59494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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