#58525D

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

Shades of Mobster #58525D

Tints of Mobster #58525D

Color information

#58525D (or 0x58525D) is unknown color: approx Mobster. HEX triplet: 58, 52 and 5D. RGB value is (88,82,93). Sum of RGB (Red+Green+Blue) = 88+82+93=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #58525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58525D is #A7ADA2. Grayscale: #555555. Windows color (decimal): -10988963 or 6115928. OLE color: 6115928.

HSL color Cylindrical-coordinate representation of color #58525D: hue angle of 272.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58525D is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888293-
CMYK0.050.1200.64
HSL272.73º6.29%34.31%-
HSV(B)272.73º11.83%36.47%-
XYZ9.028.911.6-
YUV85.05132.49130.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=33.46%
G=31.18%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8882930.050.1200.64272.736.2934.31
Hex58525D5C040111622
Octal1301221355140100421642
Binary101100010100101011101101110001000000100010001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58525D; }

 p { color: rgb(88,82,93); }

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

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

 a { background-color: rgb(88,82,93); }

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

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

 span { border-color: rgb(88,82,93); }

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