#504445

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

Shades of Emperor #504445

Tints of Emperor #504445

Color information

#504445 (or 0x504445) is unknown color: approx Emperor. HEX triplet: 50, 44 and 45. RGB value is (80,68,69). Sum of RGB (Red+Green+Blue) = 80+68+69=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504445 is #AFBBBA. Grayscale: #474747. Windows color (decimal): -11516859 or 4539472. OLE color: 4539472.

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

Color convert

RGB806869-
CMYK00.150.140.69
HSL355º8.11%29.02%-
HSV(B)355º15%31.37%-
XYZ6.456.276.5-
YUV71.7126.48133.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=36.87%
G=31.34%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80686900.150.140.693558.1129.02
Hex5044450FE4516381d
Octal120104105017161055431035
Binary1010000100010010001010111111101000101101100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504445; }

 p { color: rgb(80,68,69); }

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

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

 a { background-color: rgb(80,68,69); }

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

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

 span { border-color: rgb(80,68,69); }

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