Shades of Rich Blue #5A4EBD
Tints of Rich Blue #5A4EBD
RGB
CMYK
RGB Variations
Color information
#5A4EBD (or 0x5A4EBD) is known color: Rich Blue. HEX triplet: 5A, 4E and BD. RGB value is (90,78,189). Sum of RGB (Red+Green+Blue) = 90+78+189=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A4EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EBD is #A5B142. Grayscale: #5D5D5D. Windows color (decimal): -10858819 or 12406362. OLE color: 12406362.
HSL color Cylindrical-coordinate representation of color #5A4EBD: hue angle of 246.49º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A4EBD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 78 | 189 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.26 |
| HSL | 246.49º | 0.46% | 0.52% | - |
| HSV(B) | 246.49º | 0.59% | 0.74% | - |
| XYZ | 16.13 | 11.3 | 49.47 | - |
| YUV | 94.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 189 | 0.52 | 0.59 | 0 | 0.26 | 246.49 | 0.46 | 0.52 |
| Hex | 5A | 4E | BD | 34 | 3B | 0 | 1A | F6 | 2E | 34 |
| Octal | 132 | 116 | 275 | 64 | 73 | 0 | 32 | 366 | 56 | 64 |
| Binary | 1011010 | 1001110 | 10111101 | 110100 | 111011 | 0 | 11010 | 11110110 | 101110 | 110100 |
Color Harmonies of #5A4EBD
Complementary color
Monochromatic Colors of #5A4EBD
Black with #5A4EBD
Text Example
Text Example
White with #5A4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4EBD; }
p { color: rgb(90,78,189); }
H1.HeaderClassName
{
color: #5A4EBD;
}
.AnyTagClassName
{
color: #5A4EBD;
}
</style>
background-color css
<style>
a { background-color: #5A4EBD; }
a { background-color: rgb(90,78,189); }
div.DivClassName
{
background-color: #5A4EBD;
}
.BgClassName
{
background-color: #5A4EBD;
}
</style>
border-color css
<style>
span { border-color: #5A4EBD; }
span { border-color: rgb(90,78,189); }
td.TdClassName
{
border-color: #5A4EBD;
}
.TagClassName
{
border-color: #5A4EBD;
}
</style>