#584042

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

Shades of Emperor #584042

Tints of Emperor #584042

Color information

#584042 (or 0x584042) is unknown color: approx Emperor. HEX triplet: 58, 40 and 42. RGB value is (88,64,66). Sum of RGB (Red+Green+Blue) = 88+64+66=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #584042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584042 is #A7BFBD. Grayscale: #474747. Windows color (decimal): -10993598 or 4341848. OLE color: 4341848.

HSL color Cylindrical-coordinate representation of color #584042: hue angle of 355º 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 #584042 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB886466-
CMYK00.270.250.65
HSL355º15.79%29.8%-
HSV(B)355º27.27%34.51%-
XYZ6.846.135.98-
YUV71.4124.95139.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=40.37%
G=29.36%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646600.270.250.6535515.7929.8
Hex58404201B1941163101e
Octal130100102033311015432036
Binary1011000100000010000100110111100110000011011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584042; }

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

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

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

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

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

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

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

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