Shades of Rich Blue #5A4FAE
Tints of Rich Blue #5A4FAE
RGB
CMYK
RGB Variations
Color information
#5A4FAE (or 0x5A4FAE) is known color: 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
| RGB | 90 | 79 | 174 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.32 |
| HSL | 246.95º | 0.38% | 0.5% | - |
| HSV(B) | 246.95º | 0.55% | 0.68% | - |
| XYZ | 14.65 | 10.82 | 41.36 | - |
| YUV | 93.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 174 | 0.48 | 0.55 | 0 | 0.32 | 246.95 | 0.38 | 0.5 |
| Hex | 5A | 4F | AE | 30 | 37 | 0 | 20 | F7 | 26 | 32 |
| Octal | 132 | 117 | 256 | 60 | 67 | 0 | 40 | 367 | 46 | 62 |
| Binary | 1011010 | 1001111 | 10101110 | 110000 | 110111 | 0 | 100000 | 11110111 | 100110 | 110010 |
Color Harmonies of #5A4FAE
Complementary color
Monochromatic Colors of #5A4FAE
Black with #5A4FAE
Text Example
Text Example
White with #5A4FAE
Text Example
Text Example
HTML Codes & Css Web 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>