Shades of Rich Blue #5E56AF
Tints of Rich Blue #5E56AF
RGB
CMYK
RGB Variations
Color information
#5E56AF (or 0x5E56AF) is known color: Rich Blue. HEX triplet: 5E, 56 and AF. RGB value is (94,86,175). Sum of RGB (Red+Green+Blue) = 94+86+175=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56AF is #A1A950. Grayscale: #626262. Windows color (decimal): -10594641 or 11490910. OLE color: 11490910.
HSL color Cylindrical-coordinate representation of color #5E56AF: hue angle of 245.39º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E56AF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 86 | 175 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.31 |
| HSL | 245.39º | 0.36% | 0.51% | - |
| HSV(B) | 245.39º | 0.51% | 0.69% | - |
| XYZ | 15.68 | 12.13 | 42.07 | - |
| YUV | 98.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 175 | 0.46 | 0.51 | 0 | 0.31 | 245.39 | 0.36 | 0.51 |
| Hex | 5E | 56 | AF | 2E | 33 | 0 | 1F | F5 | 24 | 33 |
| Octal | 136 | 126 | 257 | 56 | 63 | 0 | 37 | 365 | 44 | 63 |
| Binary | 1011110 | 1010110 | 10101111 | 101110 | 110011 | 0 | 11111 | 11110101 | 100100 | 110011 |
Color Harmonies of #5E56AF
Complementary color
Monochromatic Colors of #5E56AF
Black with #5E56AF
Text Example
Text Example
White with #5E56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56AF; }
p { color: rgb(94,86,175); }
H1.HeaderClassName
{
color: #5E56AF;
}
.AnyTagClassName
{
color: #5E56AF;
}
</style>
background-color css
<style>
a { background-color: #5E56AF; }
a { background-color: rgb(94,86,175); }
div.DivClassName
{
background-color: #5E56AF;
}
.BgClassName
{
background-color: #5E56AF;
}
</style>
border-color css
<style>
span { border-color: #5E56AF; }
span { border-color: rgb(94,86,175); }
td.TdClassName
{
border-color: #5E56AF;
}
.TagClassName
{
border-color: #5E56AF;
}
</style>