Shades of Rich Blue #5E55AB
Tints of Rich Blue #5E55AB
RGB
CMYK
RGB Variations
Color information
#5E55AB (or 0x5E55AB) is known color: Rich Blue. HEX triplet: 5E, 55 and AB. RGB value is (94,85,171). Sum of RGB (Red+Green+Blue) = 94+85+171=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E55AB is #A1AA54. Grayscale: #616161. Windows color (decimal): -10594901 or 11228510. OLE color: 11228510.
HSL color Cylindrical-coordinate representation of color #5E55AB: hue angle of 246.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E55AB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 85 | 171 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.33 |
| HSL | 246.28º | 0.34% | 0.5% | - |
| HSV(B) | 246.28º | 0.5% | 0.67% | - |
| XYZ | 15.22 | 11.82 | 40.01 | - |
| YUV | 97.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 171 | 0.45 | 0.50 | 0 | 0.33 | 246.28 | 0.34 | 0.5 |
| Hex | 5E | 55 | AB | 2D | 32 | 0 | 21 | F6 | 22 | 32 |
| Octal | 136 | 125 | 253 | 55 | 62 | 0 | 41 | 366 | 42 | 62 |
| Binary | 1011110 | 1010101 | 10101011 | 101101 | 110010 | 0 | 100001 | 11110110 | 100010 | 110010 |
Color Harmonies of #5E55AB
Complementary color
Monochromatic Colors of #5E55AB
Black with #5E55AB
Text Example
Text Example
White with #5E55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55AB; }
p { color: rgb(94,85,171); }
H1.HeaderClassName
{
color: #5E55AB;
}
.AnyTagClassName
{
color: #5E55AB;
}
</style>
background-color css
<style>
a { background-color: #5E55AB; }
a { background-color: rgb(94,85,171); }
div.DivClassName
{
background-color: #5E55AB;
}
.BgClassName
{
background-color: #5E55AB;
}
</style>
border-color css
<style>
span { border-color: #5E55AB; }
span { border-color: rgb(94,85,171); }
td.TdClassName
{
border-color: #5E55AB;
}
.TagClassName
{
border-color: #5E55AB;
}
</style>