#5A59A5

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

Shades of Rich Blue #5A59A5

Tints of Rich Blue #5A59A5

Color information

#5A59A5 (or 0x5A59A5) is unknown color: approx Rich Blue. HEX triplet: 5A, 59 and A5. RGB value is (90,89,165). Sum of RGB (Red+Green+Blue) = 90+89+165=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A59A5 is #A5A65A. Grayscale: #616161. Windows color (decimal): -10856027 or 10836314. OLE color: 10836314.

HSL color Cylindrical-coordinate representation of color #5A59A5: hue angle of 240.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A59A5 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9089165-
CMYK0.450.4600.35
HSL240.79º29.92%49.8%-
HSV(B)240.79º46.06%64.71%-
XYZ14.5812.0437.15-
YUV97.96165.83122.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=26.16%
G=25.87%
B=47.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90891650.450.4600.35240.7929.9249.8
Hex5A59A52D2E023f11e32
Octal13213124555560433613662
Binary101101010110011010010110110110111001000111111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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