#58484A

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

Shades of Emperor #58484A

Tints of Emperor #58484A

Color information

#58484A (or 0x58484A) is unknown color: approx Emperor. HEX triplet: 58, 48 and 4A. RGB value is (88,72,74). Sum of RGB (Red+Green+Blue) = 88+72+74=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58484A is #A7B7B5. Grayscale: #4D4D4D. Windows color (decimal): -10991542 or 4868184. OLE color: 4868184.

HSL color Cylindrical-coordinate representation of color #58484A: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58484A is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB887274-
CMYK00.180.160.65
HSL352.5º10%31.37%-
HSV(B)352.5º18.18%34.51%-
XYZ7.587.27.47-
YUV77.01126.3135.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=37.61%
G=30.77%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727400.180.160.65352.51031.37
Hex58484A0121041160a1f
Octal130110112022201015401237
Binary101100010010001001010010010100001000001101100000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58484A; }

 p { color: rgb(88,72,74); }

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

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

 a { background-color: rgb(88,72,74); }

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

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

 span { border-color: rgb(88,72,74); }

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