#5A5563

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

Shades of Mobster #5A5563

Tints of Mobster #5A5563

Color information

#5A5563 (or 0x5A5563) is unknown color: approx Mobster. HEX triplet: 5A, 55 and 63. RGB value is (90,85,99). Sum of RGB (Red+Green+Blue) = 90+85+99=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5563 is #A5AA9C. Grayscale: #585858. Windows color (decimal): -10857117 or 6509914. OLE color: 6509914.

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

Color convert

RGB908599-
CMYK0.090.1400.61
HSL261.43º7.61%36.08%-
HSV(B)261.43º14.14%38.82%-
XYZ9.729.5713.14-
YUV88.09134.16129.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=32.85%
G=31.02%
B=36.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9085990.090.1400.61261.437.6136.08
Hex5A55639E03D105824
Octal13212514311160754051044
Binary1011010101010111000111001111001111011000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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