#553E42

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

Shades of Emperor #553E42

Tints of Emperor #553E42

Color information

#553E42 (or 0x553E42) is unknown color: approx Emperor. HEX triplet: 55, 3E and 42. RGB value is (85,62,66). Sum of RGB (Red+Green+Blue) = 85+62+66=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E42 is #AAC1BD. Grayscale: #454545. Windows color (decimal): -11190718 or 4341333. OLE color: 4341333.

HSL color Cylindrical-coordinate representation of color #553E42: hue angle of 349.57º 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 #553E42 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB856266-
CMYK00.270.220.67
HSL349.57º15.65%28.82%-
HSV(B)349.57º27.06%33.33%-
XYZ6.455.775.93-
YUV69.33126.12139.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=39.91%
G=29.11%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85626600.270.220.67349.5715.6528.82
Hex553E4201B164315e101d
Octal12576102033261035362035
Binary101010111111010000100110111011010000111010111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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