#554448

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

Shades of Emperor #554448

Tints of Emperor #554448

Color information

#554448 (or 0x554448) is unknown color: approx Emperor. HEX triplet: 55, 44 and 48. RGB value is (85,68,72). Sum of RGB (Red+Green+Blue) = 85+68+72=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554448 is #AABBB7. Grayscale: #494949. Windows color (decimal): -11189176 or 4736085. OLE color: 4736085.

HSL color Cylindrical-coordinate representation of color #554448: hue angle of 345.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554448 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB856872-
CMYK00.200.150.67
HSL345.88º11.11%30%-
HSV(B)345.88º20%33.33%-
XYZ6.986.537.02-
YUV73.54127.13136.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 72 (28.52% from 255) = 32%
R=37.78%
G=30.22%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85687200.200.150.67345.8811.1130
Hex554448014F4315ab1e
Octal125104110024171035321336
Binary10101011000100100100001010011111000011101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554448; }

 p { color: rgb(85,68,72); }

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

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

 a { background-color: rgb(85,68,72); }

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

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

 span { border-color: rgb(85,68,72); }

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