#58535C

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

Shades of Mobster #58535C

Tints of Mobster #58535C

Color information

#58535C (or 0x58535C) is unknown color: approx Mobster. HEX triplet: 58, 53 and 5C. RGB value is (88,83,92). Sum of RGB (Red+Green+Blue) = 88+83+92=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #58535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58535C is #A7ACA3. Grayscale: #555555. Windows color (decimal): -10988708 or 6050648. OLE color: 6050648.

HSL color Cylindrical-coordinate representation of color #58535C: hue angle of 273.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58535C is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888392-
CMYK0.040.1000.64
HSL273.33º5.14%34.31%-
HSV(B)273.33º9.78%36.08%-
XYZ9.059.0311.39-
YUV85.52131.66129.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=33.46%
G=31.56%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8883920.040.1000.64273.335.1434.31
Hex58535C4A040111522
Octal1301231344120100421542
Binary101100010100111011100100101001000000100010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58535C; }

 p { color: rgb(88,83,92); }

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

<style>
 a { background-color: #58535C; }

 a { background-color: rgb(88,83,92); }

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

<style>
 span { border-color: #58535C; }

 span { border-color: rgb(88,83,92); }

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