#5A59AA

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

Shades of Rich Blue #5A59AA

Tints of Rich Blue #5A59AA

Color information

#5A59AA (or 0x5A59AA) is unknown color: approx Rich Blue. HEX triplet: 5A, 59 and AA. RGB value is (90,89,170). Sum of RGB (Red+Green+Blue) = 90+89+170=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A59AA is #A5A655. Grayscale: #626262. Windows color (decimal): -10856022 or 11163994. OLE color: 11163994.

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

Color convert

RGB9089170-
CMYK0.470.4800.33
HSL240.74º32.27%50.78%-
HSV(B)240.74º47.65%66.67%-
XYZ15.0412.2239.6-
YUV98.53168.33121.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=25.79%
G=25.50%
B=48.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90891700.470.4800.33240.7432.2750.78
Hex5A59AA2F30021f12033
Octal13213125257600413614063
Binary1011010101100110101010101111110000010000111110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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