#554045

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

Shades of Emperor #554045

Tints of Emperor #554045

Color information

#554045 (or 0x554045) is unknown color: approx Emperor. HEX triplet: 55, 40 and 45. RGB value is (85,64,69). Sum of RGB (Red+Green+Blue) = 85+64+69=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554045 is #AABFBA. Grayscale: #464646. Windows color (decimal): -11190203 or 4538453. OLE color: 4538453.

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

Color convert

RGB856469-
CMYK00.250.190.67
HSL345.71º14.09%29.22%-
HSV(B)345.71º24.71%33.33%-
XYZ6.656.036.44-
YUV70.85126.96138.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=38.99%
G=29.36%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646900.250.190.67345.7114.0929.22
Hex554045019134315ae1d
Octal125100105031231035321635
Binary101010110000001000101011001100111000011101011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554045; }

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

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

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

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

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

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

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

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