#554849

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

Shades of Emperor #554849

Tints of Emperor #554849

Color information

#554849 (or 0x554849) is unknown color: approx Emperor. HEX triplet: 55, 48 and 49. RGB value is (85,72,73). Sum of RGB (Red+Green+Blue) = 85+72+73=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554849 is #AAB7B6. Grayscale: #4C4C4C. Windows color (decimal): -11188151 or 4802645. OLE color: 4802645.

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

Color convert

RGB857273-
CMYK00.150.140.67
HSL355.38º8.28%30.78%-
HSV(B)355.38º15.29%33.33%-
XYZ7.277.057.28-
YUV76126.31134.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=36.96%
G=31.30%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85727300.150.140.67355.388.2830.78
Hex5548490FE4316381f
Octal125110111017161035431037
Binary1010101100100010010010111111101000011101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554849; }

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

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

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

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

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

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

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

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