#58494B

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

Shades of Emperor #58494B

Tints of Emperor #58494B

Color information

#58494B (or 0x58494B) is unknown color: approx Emperor. HEX triplet: 58, 49 and 4B. RGB value is (88,73,75). Sum of RGB (Red+Green+Blue) = 88+73+75=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58494B is #A7B6B4. Grayscale: #4D4D4D. Windows color (decimal): -10991285 or 4933976. OLE color: 4933976.

HSL color Cylindrical-coordinate representation of color #58494B: hue angle of 352º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58494B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB887375-
CMYK00.170.150.65
HSL352º9.32%31.57%-
HSV(B)352º17.05%34.51%-
XYZ7.687.357.67-
YUV77.71126.47135.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=37.29%
G=30.93%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88737500.170.150.653529.3231.57
Hex58494B011F41160920
Octal130111113021171015401140
Binary101100010010011001011010001111110000011011000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58494B; }

 p { color: rgb(88,73,75); }

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

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

 a { background-color: rgb(88,73,75); }

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

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

 span { border-color: rgb(88,73,75); }

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