#5A4EAD

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

Shades of Rich Blue #5A4EAD

Tints of Rich Blue #5A4EAD

Color information

#5A4EAD (or 0x5A4EAD) is unknown color: approx Rich Blue. HEX triplet: 5A, 4E and AD. RGB value is (90,78,173). Sum of RGB (Red+Green+Blue) = 90+78+173=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4EAD is #A5B152. Grayscale: #5C5C5C. Windows color (decimal): -10858835 or 11357786. OLE color: 11357786.

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

Color convert

RGB9078173-
CMYK0.480.5500.32
HSL247.58º37.85%49.22%-
HSV(B)247.58º54.91%67.84%-
XYZ14.4810.6440.83-
YUV92.42173.48126.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=26.39%
G=22.87%
B=50.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90781730.480.5500.32247.5837.8549.22
Hex5A4EAD3037020f82631
Octal13211625560670403704661
Binary1011010100111010101101110000110111010000011111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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