#58484B

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

Shades of Emperor #58484B

Tints of Emperor #58484B

Color information

#58484B (or 0x58484B) is unknown color: approx Emperor. HEX triplet: 58, 48 and 4B. RGB value is (88,72,75). Sum of RGB (Red+Green+Blue) = 88+72+75=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58484B is #A7B7B4. Grayscale: #4D4D4D. Windows color (decimal): -10991541 or 4933720. OLE color: 4933720.

HSL color Cylindrical-coordinate representation of color #58484B: hue angle of 348.75º 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 #58484B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB887275-
CMYK00.180.150.65
HSL348.75º10%31.37%-
HSV(B)348.75º18.18%34.51%-
XYZ7.617.227.65-
YUV77.13126.8135.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=37.45%
G=30.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727500.180.150.65348.751031.37
Hex58484B012F4115da1f
Octal130110113022171015351237
Binary10110001001000100101101001011111000001101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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