#584446

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

Shades of Emperor #584446

Tints of Emperor #584446

Color information

#584446 (or 0x584446) is unknown color: approx Emperor. HEX triplet: 58, 44 and 46. RGB value is (88,68,70). Sum of RGB (Red+Green+Blue) = 88+68+70=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #584446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584446 is #A7BBB9. Grayscale: #4A4A4A. Windows color (decimal): -10992570 or 4605016. OLE color: 4605016.

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

Color convert

RGB886870-
CMYK00.230.200.65
HSL354º12.82%30.59%-
HSV(B)354º22.73%34.51%-
XYZ7.26.656.7-
YUV74.21125.63137.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=38.94%
G=30.09%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88687000.230.200.6535412.8230.59
Hex5844460171441162d1f
Octal130104106027241015421537
Binary101100010001001000110010111101001000001101100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584446; }

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

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

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

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

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

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

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

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