#55474A

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

Shades of Emperor #55474A

Tints of Emperor #55474A

Color information

#55474A (or 0x55474A) is unknown color: approx Emperor. HEX triplet: 55, 47 and 4A. RGB value is (85,71,74). Sum of RGB (Red+Green+Blue) = 85+71+74=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55474A is #AAB8B5. Grayscale: #4B4B4B. Windows color (decimal): -11188406 or 4867925. OLE color: 4867925.

HSL color Cylindrical-coordinate representation of color #55474A: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55474A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB857174-
CMYK00.160.130.67
HSL347.14º8.97%30.59%-
HSV(B)347.14º16.47%33.33%-
XYZ7.246.937.44-
YUV75.53127.14134.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=36.96%
G=30.87%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85717400.160.130.67347.148.9730.59
Hex55474A010D4315b91f
Octal125107112020151035331137
Binary10101011000111100101001000011011000011101011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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