#5A4BA0

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

Shades of Rich Blue #5A4BA0

Tints of Rich Blue #5A4BA0

Color information

#5A4BA0 (or 0x5A4BA0) is unknown color: approx Rich Blue. HEX triplet: 5A, 4B and A0. RGB value is (90,75,160). Sum of RGB (Red+Green+Blue) = 90+75+160=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #5A4BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4BA0 is #A5B45F. Grayscale: #585858. Windows color (decimal): -10859616 or 10505050. OLE color: 10505050.

HSL color Cylindrical-coordinate representation of color #5A4BA0: hue angle of 250.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A4BA0 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9075160-
CMYK0.440.5300.37
HSL250.59º36.17%46.08%-
HSV(B)250.59º53.12%62.75%-
XYZ13.089.7434.45-
YUV89.18167.97128.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=27.69%
G=23.08%
B=49.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90751600.440.5300.37250.5936.1746.08
Hex5A4BA02C35025fb242e
Octal13211324054650453734456
Binary1011010100101110100000101100110101010010111111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,160); }

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

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

 a { background-color: rgb(90,75,160); }

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

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

 span { border-color: rgb(90,75,160); }

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