#5A4FAE

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

Shades of Rich Blue #5A4FAE

Tints of Rich Blue #5A4FAE

Color information

#5A4FAE (or 0x5A4FAE) is unknown color: approx Rich Blue. HEX triplet: 5A, 4F and AE. RGB value is (90,79,174). Sum of RGB (Red+Green+Blue) = 90+79+174=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4FAE is #A5B051. Grayscale: #5C5C5C. Windows color (decimal): -10858578 or 11423578. OLE color: 11423578.

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

Color convert

RGB9079174-
CMYK0.480.5500.32
HSL246.95º37.55%49.61%-
HSV(B)246.95º54.6%68.24%-
XYZ14.6510.8241.36-
YUV93.12173.64125.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=26.24%
G=23.03%
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
Decimal90791740.480.5500.32246.9537.5549.61
Hex5A4FAE3037020f72632
Octal13211725660670403674662
Binary1011010100111110101110110000110111010000011110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,174); }

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

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

 a { background-color: rgb(90,79,174); }

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

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

 span { border-color: rgb(90,79,174); }

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