#5A5363

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

Shades of Mobster #5A5363

Tints of Mobster #5A5363

Color information

#5A5363 (or 0x5A5363) is unknown color: approx Mobster. HEX triplet: 5A, 53 and 63. RGB value is (90,83,99). Sum of RGB (Red+Green+Blue) = 90+83+99=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5363 is #A5AC9C. Grayscale: #565656. Windows color (decimal): -10857629 or 6509402. OLE color: 6509402.

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

Color convert

RGB908399-
CMYK0.090.1600.61
HSL266.25º8.79%35.69%-
HSV(B)266.25º16.16%38.82%-
XYZ9.569.2613.09-
YUV86.92134.82130.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=33.09%
G=30.51%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9083990.090.1600.61266.258.7935.69
Hex5A536391003D10a924
Octal13212314311200754121144
Binary10110101010011110001110011000001111011000010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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