#5A4B9F

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

Shades of Rich Blue #5A4B9F

Tints of Rich Blue #5A4B9F

Color information

#5A4B9F (or 0x5A4B9F) is unknown color: approx Rich Blue. HEX triplet: 5A, 4B and 9F. RGB value is (90,75,159). Sum of RGB (Red+Green+Blue) = 90+75+159=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A4B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B9F is #A5B460. Grayscale: #585858. Windows color (decimal): -10859617 or 10439514. OLE color: 10439514.

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

Color convert

RGB9075159-
CMYK0.430.5300.38
HSL250.71º35.9%45.88%-
HSV(B)250.71º52.83%62.35%-
XYZ12.999.7133.99-
YUV89.06167.47128.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=27.78%
G=23.15%
B=49.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90751590.430.5300.38250.7135.945.88
Hex5A4B9F2B35026fb242e
Octal13211323753650463734456
Binary1011010100101110011111101011110101010011011111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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