#574446

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

Shades of Emperor #574446

Tints of Emperor #574446

Color information

#574446 (or 0x574446) is unknown color: approx Emperor. HEX triplet: 57, 44 and 46. RGB value is (87,68,70). Sum of RGB (Red+Green+Blue) = 87+68+70=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574446 is #A8BBB9. Grayscale: #494949. Windows color (decimal): -11058106 or 4605015. OLE color: 4605015.

HSL color Cylindrical-coordinate representation of color #574446: hue angle of 353.68º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574446 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB876870-
CMYK00.220.200.66
HSL353.68º12.26%30.39%-
HSV(B)353.68º21.84%34.12%-
XYZ7.16.66.69-
YUV73.91125.79137.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=38.67%
G=30.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87687000.220.200.66353.6812.2630.39
Hex5744460161442162c1e
Octal127104106026241025421436
Binary101011110001001000110010110101001000010101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574446; }

 p { color: rgb(87,68,70); }

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

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

 a { background-color: rgb(87,68,70); }

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

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

 span { border-color: rgb(87,68,70); }

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