#554449

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

Shades of Emperor #554449

Tints of Emperor #554449

Color information

#554449 (or 0x554449) is unknown color: approx Emperor. HEX triplet: 55, 44 and 49. RGB value is (85,68,73). Sum of RGB (Red+Green+Blue) = 85+68+73=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554449 is #AABBB6. Grayscale: #494949. Windows color (decimal): -11189175 or 4801621. OLE color: 4801621.

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

Color convert

RGB856873-
CMYK00.200.140.67
HSL342.35º11.11%30%-
HSV(B)342.35º20%33.33%-
XYZ7.026.557.2-
YUV73.65127.63136.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=37.61%
G=30.09%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687300.200.140.67342.3511.1130
Hex554449014E43156b1e
Octal125104111024161035261336
Binary10101011000100100100101010011101000011101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554449; }

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

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

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

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

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

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

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

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