#554042

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

Shades of Emperor #554042

Tints of Emperor #554042

Color information

#554042 (or 0x554042) is unknown color: approx Emperor. HEX triplet: 55, 40 and 42. RGB value is (85,64,66). Sum of RGB (Red+Green+Blue) = 85+64+66=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554042 is #AABFBD. Grayscale: #464646. Windows color (decimal): -11190206 or 4341845. OLE color: 4341845.

HSL color Cylindrical-coordinate representation of color #554042: hue angle of 354.29º 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 #554042 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB856466-
CMYK00.250.220.67
HSL354.29º14.09%29.22%-
HSV(B)354.29º24.71%33.33%-
XYZ6.565.995.96-
YUV70.51125.46138.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=39.53%
G=29.77%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646600.250.220.67354.2914.0929.22
Hex5540420191643162e1d
Octal125100102031261035421635
Binary101010110000001000010011001101101000011101100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554042; }

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

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

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

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

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

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

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

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