Shades of Rich Blue #5D4EAF
Tints of Rich Blue #5D4EAF
RGB
CMYK
RGB Variations
Color information
#5D4EAF (or 0x5D4EAF) is known color: Rich Blue. HEX triplet: 5D, 4E and AF. RGB value is (93,78,175). Sum of RGB (Red+Green+Blue) = 93+78+175=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4EAF is #A2B150. Grayscale: #5D5D5D. Windows color (decimal): -10662225 or 11488861. OLE color: 11488861.
HSL color Cylindrical-coordinate representation of color #5D4EAF: hue angle of 249.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4EAF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 78 | 175 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.31 |
| HSL | 249.28º | 0.38% | 0.5% | - |
| HSV(B) | 249.28º | 0.55% | 0.69% | - |
| XYZ | 14.98 | 10.87 | 41.87 | - |
| YUV | 93.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 175 | 0.47 | 0.55 | 0 | 0.31 | 249.28 | 0.38 | 0.5 |
| Hex | 5D | 4E | AF | 2F | 37 | 0 | 1F | F9 | 26 | 32 |
| Octal | 135 | 116 | 257 | 57 | 67 | 0 | 37 | 371 | 46 | 62 |
| Binary | 1011101 | 1001110 | 10101111 | 101111 | 110111 | 0 | 11111 | 11111001 | 100110 | 110010 |
Color Harmonies of #5D4EAF
Complementary color
Monochromatic Colors of #5D4EAF
Black with #5D4EAF
Text Example
Text Example
White with #5D4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EAF; }
p { color: rgb(93,78,175); }
H1.HeaderClassName
{
color: #5D4EAF;
}
.AnyTagClassName
{
color: #5D4EAF;
}
</style>
background-color css
<style>
a { background-color: #5D4EAF; }
a { background-color: rgb(93,78,175); }
div.DivClassName
{
background-color: #5D4EAF;
}
.BgClassName
{
background-color: #5D4EAF;
}
</style>
border-color css
<style>
span { border-color: #5D4EAF; }
span { border-color: rgb(93,78,175); }
td.TdClassName
{
border-color: #5D4EAF;
}
.TagClassName
{
border-color: #5D4EAF;
}
</style>