#554044

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

Shades of Emperor #554044

Tints of Emperor #554044

Color information

#554044 (or 0x554044) is unknown color: approx Emperor. HEX triplet: 55, 40 and 44. RGB value is (85,64,68). Sum of RGB (Red+Green+Blue) = 85+64+68=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554044 is #AABFBB. Grayscale: #464646. Windows color (decimal): -11190204 or 4472917. OLE color: 4472917.

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

Color convert

RGB856468-
CMYK00.250.200.67
HSL348.57º14.09%29.22%-
HSV(B)348.57º24.71%33.33%-
XYZ6.626.026.28-
YUV70.74126.46138.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=39.17%
G=29.49%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646800.250.200.67348.5714.0929.22
Hex554044019144315de1d
Octal125100104031241035351635
Binary101010110000001000100011001101001000011101011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554044; }

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

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

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

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

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

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

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

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