Shades of Rich Blue #5D4EAA
Tints of Rich Blue #5D4EAA
RGB
CMYK
RGB Variations
Color information
#5D4EAA (or 0x5D4EAA) is known color: Rich Blue. HEX triplet: 5D, 4E and AA. RGB value is (93,78,170). Sum of RGB (Red+Green+Blue) = 93+78+170=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4EAA is #A2B155. Grayscale: #5C5C5C. Windows color (decimal): -10662230 or 11161181. OLE color: 11161181.
HSL color Cylindrical-coordinate representation of color #5D4EAA: hue angle of 249.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D4EAA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 78 | 170 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.33 |
| HSL | 249.78º | 0.37% | 0.49% | - |
| HSV(B) | 249.78º | 0.54% | 0.67% | - |
| XYZ | 14.49 | 10.68 | 39.33 | - |
| YUV | 92.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 170 | 0.45 | 0.54 | 0 | 0.33 | 249.78 | 0.37 | 0.49 |
| Hex | 5D | 4E | AA | 2D | 36 | 0 | 21 | FA | 25 | 31 |
| Octal | 135 | 116 | 252 | 55 | 66 | 0 | 41 | 372 | 45 | 61 |
| Binary | 1011101 | 1001110 | 10101010 | 101101 | 110110 | 0 | 100001 | 11111010 | 100101 | 110001 |
Color Harmonies of #5D4EAA
Complementary color
Monochromatic Colors of #5D4EAA
Black with #5D4EAA
Text Example
Text Example
White with #5D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EAA; }
p { color: rgb(93,78,170); }
H1.HeaderClassName
{
color: #5D4EAA;
}
.AnyTagClassName
{
color: #5D4EAA;
}
</style>
background-color css
<style>
a { background-color: #5D4EAA; }
a { background-color: rgb(93,78,170); }
div.DivClassName
{
background-color: #5D4EAA;
}
.BgClassName
{
background-color: #5D4EAA;
}
</style>
border-color css
<style>
span { border-color: #5D4EAA; }
span { border-color: rgb(93,78,170); }
td.TdClassName
{
border-color: #5D4EAA;
}
.TagClassName
{
border-color: #5D4EAA;
}
</style>