Shades of Rich Blue #5D4EAD
Tints of Rich Blue #5D4EAD
RGB
CMYK
RGB Variations
Color information
#5D4EAD (or 0x5D4EAD) is known color: Rich Blue. HEX triplet: 5D, 4E and AD. RGB value is (93,78,173). Sum of RGB (Red+Green+Blue) = 93+78+173=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4EAD is #A2B152. Grayscale: #5C5C5C. Windows color (decimal): -10662227 or 11357789. OLE color: 11357789.
HSL color Cylindrical-coordinate representation of color #5D4EAD: hue angle of 249.47º 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 #5D4EAD is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 78 | 173 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.32 |
| HSL | 249.47º | 0.38% | 0.49% | - |
| HSV(B) | 249.47º | 0.55% | 0.68% | - |
| XYZ | 14.78 | 10.79 | 40.84 | - |
| YUV | 93.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 173 | 0.46 | 0.55 | 0 | 0.32 | 249.47 | 0.38 | 0.49 |
| Hex | 5D | 4E | AD | 2E | 37 | 0 | 20 | F9 | 26 | 31 |
| Octal | 135 | 116 | 255 | 56 | 67 | 0 | 40 | 371 | 46 | 61 |
| Binary | 1011101 | 1001110 | 10101101 | 101110 | 110111 | 0 | 100000 | 11111001 | 100110 | 110001 |
Color Harmonies of #5D4EAD
Complementary color
Monochromatic Colors of #5D4EAD
Black with #5D4EAD
Text Example
Text Example
White with #5D4EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EAD; }
p { color: rgb(93,78,173); }
H1.HeaderClassName
{
color: #5D4EAD;
}
.AnyTagClassName
{
color: #5D4EAD;
}
</style>
background-color css
<style>
a { background-color: #5D4EAD; }
a { background-color: rgb(93,78,173); }
div.DivClassName
{
background-color: #5D4EAD;
}
.BgClassName
{
background-color: #5D4EAD;
}
</style>
border-color css
<style>
span { border-color: #5D4EAD; }
span { border-color: rgb(93,78,173); }
td.TdClassName
{
border-color: #5D4EAD;
}
.TagClassName
{
border-color: #5D4EAD;
}
</style>