#50494B

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

Shades of Emperor #50494B

Tints of Emperor #50494B

Color information

#50494B (or 0x50494B) is unknown color: approx Emperor. HEX triplet: 50, 49 and 4B. RGB value is (80,73,75). Sum of RGB (Red+Green+Blue) = 80+73+75=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50494B is #AFB6B4. Grayscale: #4B4B4B. Windows color (decimal): -11515573 or 4933968. OLE color: 4933968.

HSL color Cylindrical-coordinate representation of color #50494B: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50494B is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB807375-
CMYK00.090.060.69
HSL342.86º4.58%30%-
HSV(B)342.86º8.75%31.37%-
XYZ6.966.987.64-
YUV75.32127.82131.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=35.09%
G=32.02%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80737500.090.060.69342.864.5830
Hex50494B0964515751e
Octal1201111130116105527536
Binary10100001001001100101101001110100010110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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