#554346

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

Shades of Emperor #554346

Tints of Emperor #554346

Color information

#554346 (or 0x554346) is unknown color: approx Emperor. HEX triplet: 55, 43 and 46. RGB value is (85,67,70). Sum of RGB (Red+Green+Blue) = 85+67+70=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554346 is #AABCB9. Grayscale: #484848. Windows color (decimal): -11189434 or 4604757. OLE color: 4604757.

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

Color convert

RGB856770-
CMYK00.210.180.67
HSL350º11.84%29.8%-
HSV(B)350º21.18%33.33%-
XYZ6.866.396.67-
YUV72.72126.46136.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=38.29%
G=30.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85677000.210.180.6735011.8429.8
Hex554346015124315ec1e
Octal125103106025221035361436
Binary101010110000111000110010101100101000011101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554346; }

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

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

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

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

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

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

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

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