#55484A

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

Shades of Emperor #55484A

Tints of Emperor #55484A

Color information

#55484A (or 0x55484A) is unknown color: approx Emperor. HEX triplet: 55, 48 and 4A. RGB value is (85,72,74). Sum of RGB (Red+Green+Blue) = 85+72+74=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55484A is #AAB7B5. Grayscale: #4C4C4C. Windows color (decimal): -11188150 or 4868181. OLE color: 4868181.

HSL color Cylindrical-coordinate representation of color #55484A: hue angle of 350.77º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55484A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB857274-
CMYK00.150.130.67
HSL350.77º8.28%30.78%-
HSV(B)350.77º15.29%33.33%-
XYZ7.37.067.46-
YUV76.12126.81134.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=36.80%
G=31.17%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85727400.150.130.67350.778.2830.78
Hex55484A0FD4315f81f
Octal125110112017151035371037
Binary1010101100100010010100111111011000011101011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55484A; }

 p { color: rgb(85,72,74); }

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

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

 a { background-color: rgb(85,72,74); }

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

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

 span { border-color: rgb(85,72,74); }

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