#554046

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

Shades of Emperor #554046

Tints of Emperor #554046

Color information

#554046 (or 0x554046) is unknown color: approx Emperor. HEX triplet: 55, 40 and 46. RGB value is (85,64,70). Sum of RGB (Red+Green+Blue) = 85+64+70=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554046 is #AABFB9. Grayscale: #464646. Windows color (decimal): -11190202 or 4603989. OLE color: 4603989.

HSL color Cylindrical-coordinate representation of color #554046: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554046 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB856470-
CMYK00.250.180.67
HSL342.86º14.09%29.22%-
HSV(B)342.86º24.71%33.33%-
XYZ6.696.046.61-
YUV70.96127.46138.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=38.81%
G=29.22%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647000.250.180.67342.8614.0929.22
Hex5540460191243157e1d
Octal125100106031221035271635
Binary101010110000001000110011001100101000011101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554046; }

 p { color: rgb(85,64,70); }

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

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

 a { background-color: rgb(85,64,70); }

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

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

 span { border-color: rgb(85,64,70); }

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