#574A4B

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

Shades of Emperor #574A4B

Tints of Emperor #574A4B

Color information

#574A4B (or 0x574A4B) is unknown color: approx Emperor. HEX triplet: 57, 4A and 4B. RGB value is (87,74,75). Sum of RGB (Red+Green+Blue) = 87+74+75=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A4B is #A8B5B4. Grayscale: #4E4E4E. Windows color (decimal): -11056565 or 4934231. OLE color: 4934231.

HSL color Cylindrical-coordinate representation of color #574A4B: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A4B is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB877475-
CMYK00.150.140.66
HSL355.38º8.07%31.57%-
HSV(B)355.38º14.94%34.12%-
XYZ7.657.437.69-
YUV78126.31134.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=36.86%
G=31.36%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87747500.150.140.66355.388.0731.57
Hex574A4B0FE42163820
Octal127112113017161025431040
Binary10101111001010100101101111111010000101011000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574A4B; }

 p { color: rgb(87,74,75); }

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

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

 a { background-color: rgb(87,74,75); }

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

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

 span { border-color: rgb(87,74,75); }

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