#554445

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

Shades of Emperor #554445

Tints of Emperor #554445

Color information

#554445 (or 0x554445) is unknown color: approx Emperor. HEX triplet: 55, 44 and 45. RGB value is (85,68,69). Sum of RGB (Red+Green+Blue) = 85+68+69=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554445 is #AABBBA. Grayscale: #494949. Windows color (decimal): -11189179 or 4539477. OLE color: 4539477.

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

Color convert

RGB856869-
CMYK00.200.190.67
HSL356.47º11.11%30%-
HSV(B)356.47º20%33.33%-
XYZ6.896.56.52-
YUV73.2125.63136.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=38.29%
G=30.63%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85686900.200.190.67356.4711.1130
Hex5544450141343164b1e
Octal125104105024231035441336
Binary101010110001001000101010100100111000011101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554445; }

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

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

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

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

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

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

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

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