#58505D

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

Shades of Mobster #58505D

Tints of Mobster #58505D

Color information

#58505D (or 0x58505D) is unknown color: approx Mobster. HEX triplet: 58, 50 and 5D. RGB value is (88,80,93). Sum of RGB (Red+Green+Blue) = 88+80+93=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #58505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58505D is #A7AFA2. Grayscale: #535353. Windows color (decimal): -10989475 or 6115416. OLE color: 6115416.

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

Color convert

RGB888093-
CMYK0.050.1400.64
HSL276.92º7.51%33.92%-
HSV(B)276.92º13.98%36.47%-
XYZ8.878.611.55-
YUV83.87133.15130.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=33.72%
G=30.65%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8880930.050.1400.64276.927.5133.92
Hex58505D5E040115822
Octal13012013551601004251042
Binary1011000101000010111011011110010000001000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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