#51494B

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

Shades of Emperor #51494B

Tints of Emperor #51494B

Color information

#51494B (or 0x51494B) is unknown color: approx Emperor. HEX triplet: 51, 49 and 4B. RGB value is (81,73,75). Sum of RGB (Red+Green+Blue) = 81+73+75=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #51494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51494B is #AEB6B4. Grayscale: #4B4B4B. Windows color (decimal): -11450037 or 4933969. OLE color: 4933969.

HSL color Cylindrical-coordinate representation of color #51494B: hue angle of 345º 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 #51494B is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB817375-
CMYK00.100.070.68
HSL345º5.19%30.2%-
HSV(B)345º9.88%31.76%-
XYZ7.057.027.64-
YUV75.62127.65131.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=35.37%
G=31.88%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81737500.100.070.683455.1930.2
Hex51494B0A74415951e
Octal1211111130127104531536
Binary10100011001001100101101010111100010010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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