#5A5063

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

Shades of Mobster #5A5063

Tints of Mobster #5A5063

Color information

#5A5063 (or 0x5A5063) is unknown color: approx Mobster. HEX triplet: 5A, 50 and 63. RGB value is (90,80,99). Sum of RGB (Red+Green+Blue) = 90+80+99=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5063 is #A5AF9C. Grayscale: #555555. Windows color (decimal): -10858397 or 6508634. OLE color: 6508634.

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

Color convert

RGB908099-
CMYK0.090.1900.61
HSL271.58º10.61%35.1%-
HSV(B)271.58º19.19%38.82%-
XYZ9.348.8113.01-
YUV85.16135.81131.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=33.46%
G=29.74%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9080990.090.1900.61271.5810.6135.1
Hex5A506391303D110b23
Octal13212014311230754201343
Binary10110101010000110001110011001101111011000100001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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