Shades of Rich Blue #5E4FA0
Tints of Rich Blue #5E4FA0
RGB
CMYK
RGB Variations
Color information
#5E4FA0 (or 0x5E4FA0) is known color: Rich Blue. HEX triplet: 5E, 4F and A0. RGB value is (94,79,160). Sum of RGB (Red+Green+Blue) = 94+79+160=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E4FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4FA0 is #A1B05F. Grayscale: #5C5C5C. Windows color (decimal): -10596448 or 10506078. OLE color: 10506078.
HSL color Cylindrical-coordinate representation of color #5E4FA0: hue angle of 251.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E4FA0 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 79 | 160 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.37 |
| HSL | 251.11º | 0.34% | 0.47% | - |
| HSV(B) | 251.11º | 0.51% | 0.63% | - |
| XYZ | 13.76 | 10.51 | 34.56 | - |
| YUV | 92.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 160 | 0.41 | 0.51 | 0 | 0.37 | 251.11 | 0.34 | 0.47 |
| Hex | 5E | 4F | A0 | 29 | 33 | 0 | 25 | FB | 22 | 2F |
| Octal | 136 | 117 | 240 | 51 | 63 | 0 | 45 | 373 | 42 | 57 |
| Binary | 1011110 | 1001111 | 10100000 | 101001 | 110011 | 0 | 100101 | 11111011 | 100010 | 101111 |
Color Harmonies of #5E4FA0
Complementary color
Monochromatic Colors of #5E4FA0
Black with #5E4FA0
Text Example
Text Example
White with #5E4FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FA0; }
p { color: rgb(94,79,160); }
H1.HeaderClassName
{
color: #5E4FA0;
}
.AnyTagClassName
{
color: #5E4FA0;
}
</style>
background-color css
<style>
a { background-color: #5E4FA0; }
a { background-color: rgb(94,79,160); }
div.DivClassName
{
background-color: #5E4FA0;
}
.BgClassName
{
background-color: #5E4FA0;
}
</style>
border-color css
<style>
span { border-color: #5E4FA0; }
span { border-color: rgb(94,79,160); }
td.TdClassName
{
border-color: #5E4FA0;
}
.TagClassName
{
border-color: #5E4FA0;
}
</style>