#55494C

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

Shades of Emperor #55494C

Tints of Emperor #55494C

Color information

#55494C (or 0x55494C) is unknown color: approx Emperor. HEX triplet: 55, 49 and 4C. RGB value is (85,73,76). Sum of RGB (Red+Green+Blue) = 85+73+76=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #55494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55494C is #AAB6B3. Grayscale: #4C4C4C. Windows color (decimal): -11187892 or 4999509. OLE color: 4999509.

HSL color Cylindrical-coordinate representation of color #55494C: hue angle of 345º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55494C is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB857376-
CMYK00.140.110.67
HSL345º7.59%30.98%-
HSV(B)345º14.12%33.33%-
XYZ7.437.227.84-
YUV76.93127.48133.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=36.32%
G=31.20%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85737600.140.110.673457.5930.98
Hex55494C0EB4315981f
Octal125111114016131035311037
Binary1010101100100110011000111010111000011101011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55494C; }

 p { color: rgb(85,73,76); }

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

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

 a { background-color: rgb(85,73,76); }

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

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

 span { border-color: rgb(85,73,76); }

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