#554546

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

Shades of Emperor #554546

Tints of Emperor #554546

Color information

#554546 (or 0x554546) is unknown color: approx Emperor. HEX triplet: 55, 45 and 46. RGB value is (85,69,70). Sum of RGB (Red+Green+Blue) = 85+69+70=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554546 is #AABAB9. Grayscale: #494949. Windows color (decimal): -11188922 or 4605269. OLE color: 4605269.

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

Color convert

RGB856970-
CMYK00.190.180.67
HSL356.25º10.39%30.2%-
HSV(B)356.25º18.82%33.33%-
XYZ6.986.636.71-
YUV73.9125.8135.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=37.95%
G=30.80%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85697000.190.180.67356.2510.3930.2
Hex5545460131243164a1e
Octal125105106023221035441236
Binary101010110001011000110010011100101000011101100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554546; }

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

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

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

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

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

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

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

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