#58555B

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

Shades of Mobster #58555B

Tints of Mobster #58555B

Color information

#58555B (or 0x58555B) is unknown color: approx Mobster. HEX triplet: 58, 55 and 5B. RGB value is (88,85,91). Sum of RGB (Red+Green+Blue) = 88+85+91=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 91 - color contains mainly: blue. Hex color #58555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58555B is #A7AAA4. Grayscale: #565656. Windows color (decimal): -10988197 or 5985624. OLE color: 5985624.

HSL color Cylindrical-coordinate representation of color #58555B: hue angle of 270º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #58555B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888591-
CMYK0.030.0700.64
HSL270º3.41%34.51%-
HSV(B)270º6.59%35.69%-
XYZ9.169.3311.21-
YUV86.58130.49129.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=33.33%
G=32.20%
B=34.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8885910.030.0700.642703.4134.51
Hex58555B3704010e323
Octal130125133370100416343
Binary101100010101011011011111110100000010000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,85,91); }

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

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

 a { background-color: rgb(88,85,91); }

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

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

 span { border-color: rgb(88,85,91); }

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