#574445

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

Shades of Emperor #574445

Tints of Emperor #574445

Color information

#574445 (or 0x574445) is unknown color: approx Emperor. HEX triplet: 57, 44 and 45. RGB value is (87,68,69). Sum of RGB (Red+Green+Blue) = 87+68+69=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574445 is #A8BBBA. Grayscale: #494949. Windows color (decimal): -11058107 or 4539479. OLE color: 4539479.

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

Color convert

RGB876869-
CMYK00.220.210.66
HSL356.84º12.26%30.39%-
HSV(B)356.84º21.84%34.12%-
XYZ7.076.596.53-
YUV73.8125.29137.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=38.84%
G=30.36%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87686900.220.210.66356.8412.2630.39
Hex5744450161542165c1e
Octal127104105026251025451436
Binary101011110001001000101010110101011000010101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574445; }

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

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

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

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

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

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

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

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