#584044

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

Shades of Emperor #584044

Tints of Emperor #584044

Color information

#584044 (or 0x584044) is unknown color: approx Emperor. HEX triplet: 58, 40 and 44. RGB value is (88,64,68). Sum of RGB (Red+Green+Blue) = 88+64+68=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584044 is #A7BFBB. Grayscale: #474747. Windows color (decimal): -10993596 or 4472920. OLE color: 4472920.

HSL color Cylindrical-coordinate representation of color #584044: hue angle of 350º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584044 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB886468-
CMYK00.270.230.65
HSL350º15.79%29.8%-
HSV(B)350º27.27%34.51%-
XYZ6.96.166.29-
YUV71.63125.95139.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=40%
G=29.09%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646800.270.230.6535015.7929.8
Hex58404401B174115e101e
Octal130100104033271015362036
Binary1011000100000010001000110111011110000011010111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584044; }

 p { color: rgb(88,64,68); }

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

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

 a { background-color: rgb(88,64,68); }

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

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

 span { border-color: rgb(88,64,68); }

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