Shades of Rich Blue #5E56AB
Tints of Rich Blue #5E56AB
RGB
CMYK
RGB Variations
Color information
#5E56AB (or 0x5E56AB) is known color: Rich Blue. HEX triplet: 5E, 56 and AB. RGB value is (94,86,171). Sum of RGB (Red+Green+Blue) = 94+86+171=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56AB is #A1A954. Grayscale: #616161. Windows color (decimal): -10594645 or 11228766. OLE color: 11228766.
HSL color Cylindrical-coordinate representation of color #5E56AB: hue angle of 245.65º 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 #5E56AB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 86 | 171 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.33 |
| HSL | 245.65º | 0.34% | 0.5% | - |
| HSV(B) | 245.65º | 0.5% | 0.67% | - |
| XYZ | 15.29 | 11.98 | 40.03 | - |
| YUV | 98.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 171 | 0.45 | 0.50 | 0 | 0.33 | 245.65 | 0.34 | 0.5 |
| Hex | 5E | 56 | AB | 2D | 32 | 0 | 21 | F6 | 22 | 32 |
| Octal | 136 | 126 | 253 | 55 | 62 | 0 | 41 | 366 | 42 | 62 |
| Binary | 1011110 | 1010110 | 10101011 | 101101 | 110010 | 0 | 100001 | 11110110 | 100010 | 110010 |
Color Harmonies of #5E56AB
Complementary color
Monochromatic Colors of #5E56AB
Black with #5E56AB
Text Example
Text Example
White with #5E56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56AB; }
p { color: rgb(94,86,171); }
H1.HeaderClassName
{
color: #5E56AB;
}
.AnyTagClassName
{
color: #5E56AB;
}
</style>
background-color css
<style>
a { background-color: #5E56AB; }
a { background-color: rgb(94,86,171); }
div.DivClassName
{
background-color: #5E56AB;
}
.BgClassName
{
background-color: #5E56AB;
}
</style>
border-color css
<style>
span { border-color: #5E56AB; }
span { border-color: rgb(94,86,171); }
td.TdClassName
{
border-color: #5E56AB;
}
.TagClassName
{
border-color: #5E56AB;
}
</style>