#5A5260

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

Shades of Mobster #5A5260

Tints of Mobster #5A5260

Color information

#5A5260 (or 0x5A5260) is unknown color: approx Mobster. HEX triplet: 5A, 52 and 60. RGB value is (90,82,96). Sum of RGB (Red+Green+Blue) = 90+82+96=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5260 is #A5AD9F. Grayscale: #555555. Windows color (decimal): -10857888 or 6312538. OLE color: 6312538.

HSL color Cylindrical-coordinate representation of color #5A5260: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5260 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB908296-
CMYK0.060.1500.62
HSL274.29º7.87%34.9%-
HSV(B)274.29º14.58%37.65%-
XYZ9.359.0512.32-
YUV85.99133.65130.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=33.58%
G=30.60%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9082960.060.1500.62274.297.8734.9
Hex5A52606F03E112823
Octal1321221406170764221043
Binary101101010100101100000110111101111101000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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