Shades of Rich Blue #5E4EA6
Tints of Rich Blue #5E4EA6
RGB
CMYK
RGB Variations
Color information
#5E4EA6 (or 0x5E4EA6) is known color: Rich Blue. HEX triplet: 5E, 4E and A6. RGB value is (94,78,166). Sum of RGB (Red+Green+Blue) = 94+78+166=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #5E4EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4EA6 is #A1B159. Grayscale: #5C5C5C. Windows color (decimal): -10596698 or 10899038. OLE color: 10899038.
HSL color Cylindrical-coordinate representation of color #5E4EA6: hue angle of 250.91º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E4EA6 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 78 | 166 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.35 |
| HSL | 250.91º | 0.36% | 0.48% | - |
| HSV(B) | 250.91º | 0.53% | 0.65% | - |
| XYZ | 14.22 | 10.58 | 37.37 | - |
| YUV | 92.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 166 | 0.43 | 0.53 | 0 | 0.35 | 250.91 | 0.36 | 0.48 |
| Hex | 5E | 4E | A6 | 2B | 35 | 0 | 23 | FB | 24 | 30 |
| Octal | 136 | 116 | 246 | 53 | 65 | 0 | 43 | 373 | 44 | 60 |
| Binary | 1011110 | 1001110 | 10100110 | 101011 | 110101 | 0 | 100011 | 11111011 | 100100 | 110000 |
Color Harmonies of #5E4EA6
Complementary color
Monochromatic Colors of #5E4EA6
Black with #5E4EA6
Text Example
Text Example
White with #5E4EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EA6; }
p { color: rgb(94,78,166); }
H1.HeaderClassName
{
color: #5E4EA6;
}
.AnyTagClassName
{
color: #5E4EA6;
}
</style>
background-color css
<style>
a { background-color: #5E4EA6; }
a { background-color: rgb(94,78,166); }
div.DivClassName
{
background-color: #5E4EA6;
}
.BgClassName
{
background-color: #5E4EA6;
}
</style>
border-color css
<style>
span { border-color: #5E4EA6; }
span { border-color: rgb(94,78,166); }
td.TdClassName
{
border-color: #5E4EA6;
}
.TagClassName
{
border-color: #5E4EA6;
}
</style>