#584045

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

Shades of Emperor #584045

Tints of Emperor #584045

Color information

#584045 (or 0x584045) is unknown color: approx Emperor. HEX triplet: 58, 40 and 45. RGB value is (88,64,69). Sum of RGB (Red+Green+Blue) = 88+64+69=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #584045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584045 is #A7BFBA. Grayscale: #474747. Windows color (decimal): -10993595 or 4538456. OLE color: 4538456.

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

Color convert

RGB886469-
CMYK00.270.220.65
HSL347.5º15.79%29.8%-
HSV(B)347.5º27.27%34.51%-
XYZ6.936.176.46-
YUV71.75126.45139.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=39.82%
G=28.96%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646900.270.220.65347.515.7929.8
Hex58404501B164115c101e
Octal130100105033261015342036
Binary1011000100000010001010110111011010000011010111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584045; }

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

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

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

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

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

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

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

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