#57535A

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

Shades of Mobster #57535A

Tints of Mobster #57535A

Color information

#57535A (or 0x57535A) is unknown color: approx Mobster. HEX triplet: 57, 53 and 5A. RGB value is (87,83,90). Sum of RGB (Red+Green+Blue) = 87+83+90=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #57535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57535A is #A8ACA5. Grayscale: #545454. Windows color (decimal): -11054246 or 5919575. OLE color: 5919575.

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

Color convert

RGB878390-
CMYK0.030.0800.65
HSL274.29º4.05%33.92%-
HSV(B)274.29º7.78%35.29%-
XYZ8.878.9510.93-
YUV84.99130.83129.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=33.46%
G=31.92%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8783900.030.0800.65274.294.0533.92
Hex57535A38041112422
Octal1271231323100101422442
Binary10101111010011101101011100001000001100010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,83,90); }

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

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

 a { background-color: rgb(87,83,90); }

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

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

 span { border-color: rgb(87,83,90); }

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