#5A5263

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

Shades of Mobster #5A5263

Tints of Mobster #5A5263

Color information

#5A5263 (or 0x5A5263) is unknown color: approx Mobster. HEX triplet: 5A, 52 and 63. RGB value is (90,82,99). Sum of RGB (Red+Green+Blue) = 90+82+99=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5263 is #A5AD9C. Grayscale: #565656. Windows color (decimal): -10857885 or 6509146. OLE color: 6509146.

HSL color Cylindrical-coordinate representation of color #5A5263: hue angle of 268.24º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A5263 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB908299-
CMYK0.090.1700.61
HSL268.24º9.39%35.49%-
HSV(B)268.24º17.17%38.82%-
XYZ9.499.1113.06-
YUV86.33135.15130.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.21%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=33.21%
G=30.26%
B=36.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9082990.090.1700.61268.249.3935.49
Hex5A526391103D10c923
Octal13212214311210754141143
Binary10110101010010110001110011000101111011000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,99); }

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

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

 a { background-color: rgb(90,82,99); }

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

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

 span { border-color: rgb(90,82,99); }

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