#553E44

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

Shades of Emperor #553E44

Tints of Emperor #553E44

Color information

#553E44 (or 0x553E44) is unknown color: approx Emperor. HEX triplet: 55, 3E and 44. RGB value is (85,62,68). Sum of RGB (Red+Green+Blue) = 85+62+68=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E44 is #AAC1BB. Grayscale: #454545. Windows color (decimal): -11190716 or 4472405. OLE color: 4472405.

HSL color Cylindrical-coordinate representation of color #553E44: hue angle of 344.35º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E44 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB856268-
CMYK00.270.200.67
HSL344.35º15.65%28.82%-
HSV(B)344.35º27.06%33.33%-
XYZ6.515.796.24-
YUV69.56127.12139.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=39.53%
G=28.84%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85626800.270.200.67344.3515.6528.82
Hex553E4401B1443158101d
Octal12576104033241035302035
Binary101010111111010001000110111010010000111010110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E44; }

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

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

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

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

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

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

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

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