#584445

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

Shades of Emperor #584445

Tints of Emperor #584445

Color information

#584445 (or 0x584445) is unknown color: approx Emperor. HEX triplet: 58, 44 and 45. RGB value is (88,68,69). Sum of RGB (Red+Green+Blue) = 88+68+69=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584445 is #A7BBBA. Grayscale: #4A4A4A. Windows color (decimal): -10992571 or 4539480. OLE color: 4539480.

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

Color convert

RGB886869-
CMYK00.230.220.65
HSL357º12.82%30.59%-
HSV(B)357º22.73%34.51%-
XYZ7.176.646.53-
YUV74.09125.13137.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=39.11%
G=30.22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88686900.230.220.6535712.8230.59
Hex5844450171641165d1f
Octal130104105027261015451537
Binary101100010001001000101010111101101000001101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584445; }

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

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

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

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

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

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

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

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