#554446

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

Shades of Emperor #554446

Tints of Emperor #554446

Color information

#554446 (or 0x554446) is unknown color: approx Emperor. HEX triplet: 55, 44 and 46. RGB value is (85,68,70). Sum of RGB (Red+Green+Blue) = 85+68+70=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554446 is #AABBB9. Grayscale: #494949. Windows color (decimal): -11189178 or 4605013. OLE color: 4605013.

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

Color convert

RGB856870-
CMYK00.200.180.67
HSL352.94º11.11%30%-
HSV(B)352.94º20%33.33%-
XYZ6.926.516.69-
YUV73.31126.13136.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=38.12%
G=30.49%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687000.200.180.67352.9411.1130
Hex5544460141243161b1e
Octal125104106024221035411336
Binary101010110001001000110010100100101000011101100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554446; }

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

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

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

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

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

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

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

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