#55494A

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

Shades of Emperor #55494A

Tints of Emperor #55494A

Color information

#55494A (or 0x55494A) is unknown color: approx Emperor. HEX triplet: 55, 49 and 4A. RGB value is (85,73,74). Sum of RGB (Red+Green+Blue) = 85+73+74=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55494A is #AAB6B5. Grayscale: #4C4C4C. Windows color (decimal): -11187894 or 4868437. OLE color: 4868437.

HSL color Cylindrical-coordinate representation of color #55494A: hue angle of 355º 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 #55494A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB857374-
CMYK00.140.130.67
HSL355º7.59%30.98%-
HSV(B)355º14.12%33.33%-
XYZ7.367.197.48-
YUV76.7126.48133.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=36.64%
G=31.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85737400.140.130.673557.5930.98
Hex55494A0ED4316381f
Octal125111112016151035431037
Binary1010101100100110010100111011011000011101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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