#554749

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

Shades of Emperor #554749

Tints of Emperor #554749

Color information

#554749 (or 0x554749) is unknown color: approx Emperor. HEX triplet: 55, 47 and 49. RGB value is (85,71,73). Sum of RGB (Red+Green+Blue) = 85+71+73=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554749 is #AAB8B6. Grayscale: #4B4B4B. Windows color (decimal): -11188407 or 4802389. OLE color: 4802389.

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

Color convert

RGB857173-
CMYK00.160.140.67
HSL351.43º8.97%30.59%-
HSV(B)351.43º16.47%33.33%-
XYZ7.26.927.26-
YUV75.41126.64134.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=37.12%
G=31.00%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85717300.160.140.67351.438.9730.59
Hex554749010E4315f91f
Octal125107111020161035371137
Binary10101011000111100100101000011101000011101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554749; }

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

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

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

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

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

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

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

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