Shades of Rich Blue #5E51AA
Tints of Rich Blue #5E51AA
RGB
CMYK
RGB Variations
Color information
#5E51AA (or 0x5E51AA) is known color: Rich Blue. HEX triplet: 5E, 51 and AA. RGB value is (94,81,170). Sum of RGB (Red+Green+Blue) = 94+81+170=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E51AA is #A1AE55. Grayscale: #5E5E5E. Windows color (decimal): -10595926 or 11161950. OLE color: 11161950.
HSL color Cylindrical-coordinate representation of color #5E51AA: hue angle of 248.76º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E51AA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 81 | 170 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.33 |
| HSL | 248.76º | 0.35% | 0.49% | - |
| HSV(B) | 248.76º | 0.52% | 0.67% | - |
| XYZ | 14.81 | 11.17 | 39.4 | - |
| YUV | 95.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 170 | 0.45 | 0.52 | 0 | 0.33 | 248.76 | 0.35 | 0.49 |
| Hex | 5E | 51 | AA | 2D | 34 | 0 | 21 | F9 | 23 | 31 |
| Octal | 136 | 121 | 252 | 55 | 64 | 0 | 41 | 371 | 43 | 61 |
| Binary | 1011110 | 1010001 | 10101010 | 101101 | 110100 | 0 | 100001 | 11111001 | 100011 | 110001 |
Color Harmonies of #5E51AA
Complementary color
Monochromatic Colors of #5E51AA
Black with #5E51AA
Text Example
Text Example
White with #5E51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E51AA; }
p { color: rgb(94,81,170); }
H1.HeaderClassName
{
color: #5E51AA;
}
.AnyTagClassName
{
color: #5E51AA;
}
</style>
background-color css
<style>
a { background-color: #5E51AA; }
a { background-color: rgb(94,81,170); }
div.DivClassName
{
background-color: #5E51AA;
}
.BgClassName
{
background-color: #5E51AA;
}
</style>
border-color css
<style>
span { border-color: #5E51AA; }
span { border-color: rgb(94,81,170); }
td.TdClassName
{
border-color: #5E51AA;
}
.TagClassName
{
border-color: #5E51AA;
}
</style>