#5A4AAC

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

Shades of Rich Blue #5A4AAC

Tints of Rich Blue #5A4AAC

Color information

#5A4AAC (or 0x5A4AAC) is unknown color: approx Rich Blue. HEX triplet: 5A, 4A and AC. RGB value is (90,74,172). Sum of RGB (Red+Green+Blue) = 90+74+172=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A4AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4AAC is #A5B553. Grayscale: #595959. Windows color (decimal): -10859860 or 11291226. OLE color: 11291226.

HSL color Cylindrical-coordinate representation of color #5A4AAC: hue angle of 249.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A4AAC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9074172-
CMYK0.480.5700.33
HSL249.8º39.84%48.24%-
HSV(B)249.8º56.98%67.45%-
XYZ14.1110.0540.23-
YUV89.96174.3128.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=26.79%
G=22.02%
B=51.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90741720.480.5700.33249.839.8448.24
Hex5A4AAC3039021fa2830
Octal13211225460710413725060
Binary1011010100101010101100110000111001010000111111010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,74,172); }

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

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

 a { background-color: rgb(90,74,172); }

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

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

 span { border-color: rgb(90,74,172); }

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