Shades of Rich Blue #5E56A7
Tints of Rich Blue #5E56A7
RGB
CMYK
RGB Variations
Color information
#5E56A7 (or 0x5E56A7) is known color: Rich Blue. HEX triplet: 5E, 56 and A7. RGB value is (94,86,167). Sum of RGB (Red+Green+Blue) = 94+86+167=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #5E56A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56A7 is #A1A958. Grayscale: #616161. Windows color (decimal): -10594649 or 10966622. OLE color: 10966622.
HSL color Cylindrical-coordinate representation of color #5E56A7: hue angle of 245.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E56A7 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 86 | 167 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.35 |
| HSL | 245.93º | 0.32% | 0.5% | - |
| HSV(B) | 245.93º | 0.49% | 0.65% | - |
| XYZ | 14.92 | 11.83 | 38.06 | - |
| YUV | 97.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 167 | 0.44 | 0.49 | 0 | 0.35 | 245.93 | 0.32 | 0.5 |
| Hex | 5E | 56 | A7 | 2C | 31 | 0 | 23 | F6 | 20 | 32 |
| Octal | 136 | 126 | 247 | 54 | 61 | 0 | 43 | 366 | 40 | 62 |
| Binary | 1011110 | 1010110 | 10100111 | 101100 | 110001 | 0 | 100011 | 11110110 | 100000 | 110010 |
Color Harmonies of #5E56A7
Complementary color
Monochromatic Colors of #5E56A7
Black with #5E56A7
Text Example
Text Example
White with #5E56A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56A7; }
p { color: rgb(94,86,167); }
H1.HeaderClassName
{
color: #5E56A7;
}
.AnyTagClassName
{
color: #5E56A7;
}
</style>
background-color css
<style>
a { background-color: #5E56A7; }
a { background-color: rgb(94,86,167); }
div.DivClassName
{
background-color: #5E56A7;
}
.BgClassName
{
background-color: #5E56A7;
}
</style>
border-color css
<style>
span { border-color: #5E56A7; }
span { border-color: rgb(94,86,167); }
td.TdClassName
{
border-color: #5E56A7;
}
.TagClassName
{
border-color: #5E56A7;
}
</style>