#55454A

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

Shades of Emperor #55454A

Tints of Emperor #55454A

Color information

#55454A (or 0x55454A) is unknown color: approx Emperor. HEX triplet: 55, 45 and 4A. RGB value is (85,69,74). Sum of RGB (Red+Green+Blue) = 85+69+74=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55454A is #AABAB5. Grayscale: #4A4A4A. Windows color (decimal): -11188918 or 4867413. OLE color: 4867413.

HSL color Cylindrical-coordinate representation of color #55454A: hue angle of 341.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 #55454A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB856974-
CMYK00.190.130.67
HSL341.25º10.39%30.2%-
HSV(B)341.25º18.82%33.33%-
XYZ7.116.687.39-
YUV74.35127.8135.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=37.28%
G=30.26%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85697400.190.130.67341.2510.3930.2
Hex55454A013D43155a1e
Octal125105112023151035251236
Binary10101011000101100101001001111011000011101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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