#554147

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

Shades of Emperor #554147

Tints of Emperor #554147

Color information

#554147 (or 0x554147) is unknown color: approx Emperor. HEX triplet: 55, 41 and 47. RGB value is (85,65,71). Sum of RGB (Red+Green+Blue) = 85+65+71=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554147 is #AABEB8. Grayscale: #474747. Windows color (decimal): -11189945 or 4669781. OLE color: 4669781.

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

Color convert

RGB856571-
CMYK00.240.160.67
HSL342º13.33%29.41%-
HSV(B)342º23.53%33.33%-
XYZ6.776.176.79-
YUV71.66127.63137.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=38.46%
G=29.41%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85657100.240.160.6734213.3329.41
Hex5541470181043156d1d
Octal125101107030201035261535
Binary101010110000011000111011000100001000011101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554147; }

 p { color: rgb(85,65,71); }

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

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

 a { background-color: rgb(85,65,71); }

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

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

 span { border-color: rgb(85,65,71); }

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