#554549

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

Shades of Emperor #554549

Tints of Emperor #554549

Color information

#554549 (or 0x554549) is unknown color: approx Emperor. HEX triplet: 55, 45 and 49. RGB value is (85,69,73). Sum of RGB (Red+Green+Blue) = 85+69+73=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554549 is #AABAB6. Grayscale: #4A4A4A. Windows color (decimal): -11188919 or 4801877. OLE color: 4801877.

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

Color convert

RGB856973-
CMYK00.190.140.67
HSL345º10.39%30.2%-
HSV(B)345º18.82%33.33%-
XYZ7.086.677.22-
YUV74.24127.3135.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=37.44%
G=30.40%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85697300.190.140.6734510.3930.2
Hex554549013E43159a1e
Octal125105111023161035311236
Binary10101011000101100100101001111101000011101011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554549; }

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

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

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

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

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

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

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

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