Shades of Rich Blue #5D4EAB
Tints of Rich Blue #5D4EAB
RGB
CMYK
RGB Variations
Color information
#5D4EAB (or 0x5D4EAB) is known color: Rich Blue. HEX triplet: 5D, 4E and AB. RGB value is (93,78,171). Sum of RGB (Red+Green+Blue) = 93+78+171=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4EAB is #A2B154. Grayscale: #5C5C5C. Windows color (decimal): -10662229 or 11226717. OLE color: 11226717.
HSL color Cylindrical-coordinate representation of color #5D4EAB: hue angle of 249.68º 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 #5D4EAB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 78 | 171 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.33 |
| HSL | 249.68º | 0.37% | 0.49% | - |
| HSV(B) | 249.68º | 0.54% | 0.67% | - |
| XYZ | 14.59 | 10.72 | 39.83 | - |
| YUV | 93.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 171 | 0.46 | 0.54 | 0 | 0.33 | 249.68 | 0.37 | 0.49 |
| Hex | 5D | 4E | AB | 2E | 36 | 0 | 21 | FA | 25 | 31 |
| Octal | 135 | 116 | 253 | 56 | 66 | 0 | 41 | 372 | 45 | 61 |
| Binary | 1011101 | 1001110 | 10101011 | 101110 | 110110 | 0 | 100001 | 11111010 | 100101 | 110001 |
Color Harmonies of #5D4EAB
Complementary color
Monochromatic Colors of #5D4EAB
Black with #5D4EAB
Text Example
Text Example
White with #5D4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EAB; }
p { color: rgb(93,78,171); }
H1.HeaderClassName
{
color: #5D4EAB;
}
.AnyTagClassName
{
color: #5D4EAB;
}
</style>
background-color css
<style>
a { background-color: #5D4EAB; }
a { background-color: rgb(93,78,171); }
div.DivClassName
{
background-color: #5D4EAB;
}
.BgClassName
{
background-color: #5D4EAB;
}
</style>
border-color css
<style>
span { border-color: #5D4EAB; }
span { border-color: rgb(93,78,171); }
td.TdClassName
{
border-color: #5D4EAB;
}
.TagClassName
{
border-color: #5D4EAB;
}
</style>