Shades of Rich Blue #5D4FAE
Tints of Rich Blue #5D4FAE
RGB
CMYK
RGB Variations
Color information
#5D4FAE (or 0x5D4FAE) is known color: Rich Blue. HEX triplet: 5D, 4F and AE. RGB value is (93,79,174). Sum of RGB (Red+Green+Blue) = 93+79+174=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4FAE is #A2B051. Grayscale: #5D5D5D. Windows color (decimal): -10661970 or 11423581. OLE color: 11423581.
HSL color Cylindrical-coordinate representation of color #5D4FAE: hue angle of 248.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4FAE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 79 | 174 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.32 |
| HSL | 248.84º | 0.38% | 0.5% | - |
| HSV(B) | 248.84º | 0.55% | 0.68% | - |
| XYZ | 14.95 | 10.98 | 41.37 | - |
| YUV | 94.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 174 | 0.47 | 0.55 | 0 | 0.32 | 248.84 | 0.38 | 0.5 |
| Hex | 5D | 4F | AE | 2F | 37 | 0 | 20 | F9 | 26 | 32 |
| Octal | 135 | 117 | 256 | 57 | 67 | 0 | 40 | 371 | 46 | 62 |
| Binary | 1011101 | 1001111 | 10101110 | 101111 | 110111 | 0 | 100000 | 11111001 | 100110 | 110010 |
Color Harmonies of #5D4FAE
Complementary color
Monochromatic Colors of #5D4FAE
Black with #5D4FAE
Text Example
Text Example
White with #5D4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FAE; }
p { color: rgb(93,79,174); }
H1.HeaderClassName
{
color: #5D4FAE;
}
.AnyTagClassName
{
color: #5D4FAE;
}
</style>
background-color css
<style>
a { background-color: #5D4FAE; }
a { background-color: rgb(93,79,174); }
div.DivClassName
{
background-color: #5D4FAE;
}
.BgClassName
{
background-color: #5D4FAE;
}
</style>
border-color css
<style>
span { border-color: #5D4FAE; }
span { border-color: rgb(93,79,174); }
td.TdClassName
{
border-color: #5D4FAE;
}
.TagClassName
{
border-color: #5D4FAE;
}
</style>