#504648

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

Shades of Emperor #504648

Tints of Emperor #504648

Color information

#504648 (or 0x504648) is unknown color: approx Emperor. HEX triplet: 50, 46 and 48. RGB value is (80,70,72). Sum of RGB (Red+Green+Blue) = 80+70+72=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504648 is #AFB9B7. Grayscale: #494949. Windows color (decimal): -11516344 or 4736592. OLE color: 4736592.

HSL color Cylindrical-coordinate representation of color #504648: hue angle of 348º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504648 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB807072-
CMYK00.120.100.69
HSL348º6.67%29.41%-
HSV(B)348º12.5%31.37%-
XYZ6.676.557.04-
YUV73.22127.31132.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=36.04%
G=31.53%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707200.120.100.693486.6729.41
Hex5046480CA4515c71d
Octal12010611001412105534735
Binary101000010001101001000011001010100010110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504648; }

 p { color: rgb(80,70,72); }

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

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

 a { background-color: rgb(80,70,72); }

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

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

 span { border-color: rgb(80,70,72); }

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