#554142

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

Shades of Emperor #554142

Tints of Emperor #554142

Color information

#554142 (or 0x554142) is unknown color: approx Emperor. HEX triplet: 55, 41 and 42. RGB value is (85,65,66). Sum of RGB (Red+Green+Blue) = 85+65+66=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554142 is #AABEBD. Grayscale: #474747. Windows color (decimal): -11189950 or 4342101. OLE color: 4342101.

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

Color convert

RGB856566-
CMYK00.240.220.67
HSL357º13.33%29.41%-
HSV(B)357º23.53%33.33%-
XYZ6.626.115.98-
YUV71.09125.13137.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=39.35%
G=30.09%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85656600.240.220.6735713.3329.41
Hex5541420181643165d1d
Octal125101102030261035451535
Binary101010110000011000010011000101101000011101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554142; }

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

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

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

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

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

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

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

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