#574648

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

Shades of Emperor #574648

Tints of Emperor #574648

Color information

#574648 (or 0x574648) is unknown color: approx Emperor. HEX triplet: 57, 46 and 48. RGB value is (87,70,72). Sum of RGB (Red+Green+Blue) = 87+70+72=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574648 is #A8B9B7. Grayscale: #4B4B4B. Windows color (decimal): -11057592 or 4736599. OLE color: 4736599.

HSL color Cylindrical-coordinate representation of color #574648: hue angle of 352.94º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574648 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB877072-
CMYK00.200.170.66
HSL352.94º10.83%30.78%-
HSV(B)352.94º19.54%34.12%-
XYZ7.296.877.07-
YUV75.31126.13136.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=37.99%
G=30.57%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87707200.200.170.66352.9410.8330.78
Hex5746480141142161b1f
Octal127106110024211025411337
Binary101011110001101001000010100100011000010101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574648; }

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

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

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

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

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

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

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

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