#5A44AA

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

Shades of Rich Blue #5A44AA

Tints of Rich Blue #5A44AA

Color information

#5A44AA (or 0x5A44AA) is unknown color: approx Rich Blue. HEX triplet: 5A, 44 and AA. RGB value is (90,68,170). Sum of RGB (Red+Green+Blue) = 90+68+170=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A44AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A44AA is #A5BB55. Grayscale: #555555. Windows color (decimal): -10861398 or 11158618. OLE color: 11158618.

HSL color Cylindrical-coordinate representation of color #5A44AA: hue angle of 252.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A44AA is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9068170-
CMYK0.470.600.33
HSL252.94º42.86%46.67%-
HSV(B)252.94º60%66.67%-
XYZ13.549.2139.09-
YUV86.21175.29130.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=27.44%
G=20.73%
B=51.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90681700.470.600.33252.9442.8646.67
Hex5A44AA2F3C021fd2b2f
Octal13210425257740413755357
Binary1011010100010010101010101111111100010000111111101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,170); }

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

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

 a { background-color: rgb(90,68,170); }

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

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

 span { border-color: rgb(90,68,170); }

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