#554647

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

Shades of Emperor #554647

Tints of Emperor #554647

Color information

#554647 (or 0x554647) is unknown color: approx Emperor. HEX triplet: 55, 46 and 47. RGB value is (85,70,71). Sum of RGB (Red+Green+Blue) = 85+70+71=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554647 is #AAB9B8. Grayscale: #4A4A4A. Windows color (decimal): -11188665 or 4671061. OLE color: 4671061.

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

Color convert

RGB857071-
CMYK00.180.160.67
HSL356º9.68%30.39%-
HSV(B)356º17.65%33.33%-
XYZ7.076.776.89-
YUV74.6125.97135.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=37.61%
G=30.97%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85707100.180.160.673569.6830.39
Hex5546470121043164a1e
Octal125106107022201035441236
Binary101010110001101000111010010100001000011101100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554647; }

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

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

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

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

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

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

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

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