#5A4DB9

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

Shades of Rich Blue #5A4DB9

Tints of Rich Blue #5A4DB9

Color information

#5A4DB9 (or 0x5A4DB9) is unknown color: approx Rich Blue. HEX triplet: 5A, 4D and B9. RGB value is (90,77,185). Sum of RGB (Red+Green+Blue) = 90+77+185=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A4DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DB9 is #A5B246. Grayscale: #5C5C5C. Windows color (decimal): -10859079 or 12143962. OLE color: 12143962.

HSL color Cylindrical-coordinate representation of color #5A4DB9: hue angle of 247.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A4DB9 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9077185-
CMYK0.510.5800.27
HSL247.22º43.55%51.37%-
HSV(B)247.22º58.38%72.55%-
XYZ15.6310.9847.2-
YUV93.2179.81125.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 185 (72.66% from 255) = 52.56%
R=25.57%
G=21.88%
B=52.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90771850.510.5800.27247.2243.5551.37
Hex5A4DB9333A01Bf72c33
Octal13211527163720333675463
Binary101101010011011011100111001111101001101111110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,185); }

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

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

 a { background-color: rgb(90,77,185); }

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

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

 span { border-color: rgb(90,77,185); }

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