Shades of Rich Blue #5E54AF
Tints of Rich Blue #5E54AF
RGB
CMYK
RGB Variations
Color information
#5E54AF (or 0x5E54AF) is known color: Rich Blue. HEX triplet: 5E, 54 and AF. RGB value is (94,84,175). Sum of RGB (Red+Green+Blue) = 94+84+175=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E54AF is #A1AB50. Grayscale: #616161. Windows color (decimal): -10595153 or 11490398. OLE color: 11490398.
HSL color Cylindrical-coordinate representation of color #5E54AF: hue angle of 246.59º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E54AF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 84 | 175 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.31 |
| HSL | 246.59º | 0.36% | 0.51% | - |
| HSV(B) | 246.59º | 0.52% | 0.69% | - |
| XYZ | 15.52 | 11.82 | 42.02 | - |
| YUV | 97.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 175 | 0.46 | 0.52 | 0 | 0.31 | 246.59 | 0.36 | 0.51 |
| Hex | 5E | 54 | AF | 2E | 34 | 0 | 1F | F7 | 24 | 33 |
| Octal | 136 | 124 | 257 | 56 | 64 | 0 | 37 | 367 | 44 | 63 |
| Binary | 1011110 | 1010100 | 10101111 | 101110 | 110100 | 0 | 11111 | 11110111 | 100100 | 110011 |
Color Harmonies of #5E54AF
Complementary color
Monochromatic Colors of #5E54AF
Black with #5E54AF
Text Example
Text Example
White with #5E54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E54AF; }
p { color: rgb(94,84,175); }
H1.HeaderClassName
{
color: #5E54AF;
}
.AnyTagClassName
{
color: #5E54AF;
}
</style>
background-color css
<style>
a { background-color: #5E54AF; }
a { background-color: rgb(94,84,175); }
div.DivClassName
{
background-color: #5E54AF;
}
.BgClassName
{
background-color: #5E54AF;
}
</style>
border-color css
<style>
span { border-color: #5E54AF; }
span { border-color: rgb(94,84,175); }
td.TdClassName
{
border-color: #5E54AF;
}
.TagClassName
{
border-color: #5E54AF;
}
</style>