#58555A

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

Shades of Mobster #58555A

Tints of Mobster #58555A

Color information

#58555A (or 0x58555A) is unknown color: approx Mobster. HEX triplet: 58, 55 and 5A. RGB value is (88,85,90). Sum of RGB (Red+Green+Blue) = 88+85+90=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #58555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58555A is #A7AAA5. Grayscale: #565656. Windows color (decimal): -10988198 or 5920088. OLE color: 5920088.

HSL color Cylindrical-coordinate representation of color #58555A: hue angle of 276º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #58555A is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888590-
CMYK0.020.0600.65
HSL276º2.86%34.31%-
HSV(B)276º5.56%35.29%-
XYZ9.129.3110.99-
YUV86.47129.99129.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=33.46%
G=32.32%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8885900.020.0600.652762.8634.31
Hex58555A26041114322
Octal130125132260101424342
Binary101100010101011011010101100100000110001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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