#554041

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

Shades of Emperor #554041

Tints of Emperor #554041

Color information

#554041 (or 0x554041) is unknown color: approx Emperor. HEX triplet: 55, 40 and 41. RGB value is (85,64,65). Sum of RGB (Red+Green+Blue) = 85+64+65=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554041 is #AABFBE. Grayscale: #464646. Windows color (decimal): -11190207 or 4276309. OLE color: 4276309.

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

Color convert

RGB856465-
CMYK00.250.240.67
HSL357.14º14.09%29.22%-
HSV(B)357.14º24.71%33.33%-
XYZ6.535.985.81-
YUV70.39124.96138.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=39.72%
G=29.91%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646500.250.240.67357.1414.0929.22
Hex5540410191843165e1d
Octal125100101031301035451635
Binary101010110000001000001011001110001000011101100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554041; }

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

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

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

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

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

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

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

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