#5A4C6E

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

Shades of Mobster #5A4C6E

Tints of Mobster #5A4C6E

Color information

#5A4C6E (or 0x5A4C6E) is unknown color: approx Mobster. HEX triplet: 5A, 4C and 6E. RGB value is (90,76,110). Sum of RGB (Red+Green+Blue) = 90+76+110=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A4C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C6E is #A5B391. Grayscale: #535353. Windows color (decimal): -10859410 or 7228506. OLE color: 7228506.

HSL color Cylindrical-coordinate representation of color #5A4C6E: hue angle of 264.71º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A4C6E is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9076110-
CMYK0.180.3100.57
HSL264.71º18.28%36.47%-
HSV(B)264.71º30.91%43.14%-
XYZ9.628.4715.88-
YUV84.06142.64132.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=32.61%
G=27.54%
B=39.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90761100.180.3100.57264.7118.2836.47
Hex5A4C6E121F0391091224
Octal13211415622370714112244
Binary1011010100110011011101001011111011100110000100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,76,110); }

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

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

 a { background-color: rgb(90,76,110); }

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

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

 span { border-color: rgb(90,76,110); }

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