#51494A

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

Shades of Emperor #51494A

Tints of Emperor #51494A

Color information

#51494A (or 0x51494A) is unknown color: approx Emperor. HEX triplet: 51, 49 and 4A. RGB value is (81,73,74). Sum of RGB (Red+Green+Blue) = 81+73+74=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51494A is #AEB6B5. Grayscale: #4B4B4B. Windows color (decimal): -11450038 or 4868433. OLE color: 4868433.

HSL color Cylindrical-coordinate representation of color #51494A: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51494A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB817374-
CMYK00.100.090.68
HSL352.5º5.19%30.2%-
HSV(B)352.5º9.88%31.76%-
XYZ7.017.017.46-
YUV75.51127.15131.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=35.53%
G=32.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81737400.100.090.68352.55.1930.2
Hex51494A0A94416151e
Octal12111111201211104541536
Binary101000110010011001010010101001100010010110000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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