#554344

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

Shades of Emperor #554344

Tints of Emperor #554344

Color information

#554344 (or 0x554344) is unknown color: approx Emperor. HEX triplet: 55, 43 and 44. RGB value is (85,67,68). Sum of RGB (Red+Green+Blue) = 85+67+68=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554344 is #AABCBB. Grayscale: #484848. Windows color (decimal): -11189436 or 4473685. OLE color: 4473685.

HSL color Cylindrical-coordinate representation of color #554344: hue angle of 356.67º 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 #554344 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB856768-
CMYK00.210.200.67
HSL356.67º11.84%29.8%-
HSV(B)356.67º21.18%33.33%-
XYZ6.86.366.34-
YUV72.5125.46136.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=38.64%
G=30.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85676800.210.200.67356.6711.8429.8
Hex5543440151443165c1e
Octal125103104025241035451436
Binary101010110000111000100010101101001000011101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554344; }

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

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

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

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

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

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

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

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