#5A44A9

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

Shades of Rich Blue #5A44A9

Tints of Rich Blue #5A44A9

Color information

#5A44A9 (or 0x5A44A9) is unknown color: approx Rich Blue. HEX triplet: 5A, 44 and A9. RGB value is (90,68,169). Sum of RGB (Red+Green+Blue) = 90+68+169=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A44A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A44A9 is #A5BB56. Grayscale: #555555. Windows color (decimal): -10861399 or 11093082. OLE color: 11093082.

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

Color convert

RGB9068169-
CMYK0.470.6000.34
HSL253.07º42.62%46.47%-
HSV(B)253.07º59.76%66.27%-
XYZ13.459.1738.6-
YUV86.09174.79130.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 169 (66.41% from 255) = 51.68%
R=27.52%
G=20.80%
B=51.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90681690.470.6000.34253.0742.6246.47
Hex5A44A92F3C022fd2b2e
Octal13210425157740423755356
Binary1011010100010010101001101111111100010001011111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A44A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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