#5A585C

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

Shades of Mobster #5A585C

Tints of Mobster #5A585C

Color information

#5A585C (or 0x5A585C) is unknown color: approx Mobster. HEX triplet: 5A, 58 and 5C. RGB value is (90,88,92). Sum of RGB (Red+Green+Blue) = 90+88+92=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A585C is #A5A7A3. Grayscale: #595959. Windows color (decimal): -10856356 or 6051930. OLE color: 6051930.

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

Color convert

RGB908892-
CMYK0.020.0400.64
HSL270º2.22%35.29%-
HSV(B)270º4.35%36.08%-
XYZ9.649.9311.53-
YUV89.05129.66128.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=33.33%
G=32.59%
B=34.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9088920.020.0400.642702.2235.29
Hex5A585C2404010e223
Octal132130134240100416243
Binary101101010110001011100101000100000010000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A585C; }

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

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

<style>
 a { background-color: #5A585C; }

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

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

<style>
 span { border-color: #5A585C; }

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

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