#58515D

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

Shades of Mobster #58515D

Tints of Mobster #58515D

Color information

#58515D (or 0x58515D) is unknown color: approx Mobster. HEX triplet: 58, 51 and 5D. RGB value is (88,81,93). Sum of RGB (Red+Green+Blue) = 88+81+93=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #58515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58515D is #A7AEA2. Grayscale: #545454. Windows color (decimal): -10989219 or 6115672. OLE color: 6115672.

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

Color convert

RGB888193-
CMYK0.050.1300.64
HSL275º6.9%34.12%-
HSV(B)275º12.9%36.47%-
XYZ8.948.7511.57-
YUV84.46132.82130.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=33.59%
G=30.92%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8881930.050.1300.642756.934.12
Hex58515D5D040113722
Octal1301211355150100423742
Binary101100010100011011101101110101000000100010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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