#5A59AD

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

Shades of Rich Blue #5A59AD

Tints of Rich Blue #5A59AD

Color information

#5A59AD (or 0x5A59AD) is unknown color: approx Rich Blue. HEX triplet: 5A, 59 and AD. RGB value is (90,89,173). Sum of RGB (Red+Green+Blue) = 90+89+173=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A59AD is #A5A652. Grayscale: #626262. Windows color (decimal): -10856019 or 11360602. OLE color: 11360602.

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

Color convert

RGB9089173-
CMYK0.480.4900.32
HSL240.71º33.87%51.37%-
HSV(B)240.71º48.55%67.84%-
XYZ15.3312.3441.11-
YUV98.88169.83121.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=25.57%
G=25.28%
B=49.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90891730.480.4900.32240.7133.8751.37
Hex5A59AD3031020f12233
Octal13213125560610403614263
Binary1011010101100110101101110000110001010000011110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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