#55494B

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

Shades of Emperor #55494B

Tints of Emperor #55494B

Color information

#55494B (or 0x55494B) is unknown color: approx Emperor. HEX triplet: 55, 49 and 4B. RGB value is (85,73,75). Sum of RGB (Red+Green+Blue) = 85+73+75=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #55494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55494B is #AAB6B4. Grayscale: #4C4C4C. Windows color (decimal): -11187893 or 4933973. OLE color: 4933973.

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

Color convert

RGB857375-
CMYK00.140.120.67
HSL350º7.59%30.98%-
HSV(B)350º14.12%33.33%-
XYZ7.47.27.66-
YUV76.82126.98133.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=36.48%
G=31.33%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85737500.140.120.673507.5930.98
Hex55494B0EC4315e81f
Octal125111113016141035361037
Binary1010101100100110010110111011001000011101011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55494B; }

 p { color: rgb(85,73,75); }

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

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

 a { background-color: rgb(85,73,75); }

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

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

 span { border-color: rgb(85,73,75); }

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