Shades of Rich Blue #5654AE
Tints of Rich Blue #5654AE
RGB
CMYK
RGB Variations
Color information
#5654AE (or 0x5654AE) is known color: Rich Blue. HEX triplet: 56, 54 and AE. RGB value is (86,84,174). Sum of RGB (Red+Green+Blue) = 86+84+174=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #5654AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5654AE is #A9AB51. Grayscale: #5E5E5E. Windows color (decimal): -11119442 or 11424854. OLE color: 11424854.
HSL color Cylindrical-coordinate representation of color #5654AE: hue angle of 241.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5654AE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 84 | 174 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.32 |
| HSL | 241.33º | 0.36% | 0.51% | - |
| HSV(B) | 241.33º | 0.52% | 0.68% | - |
| XYZ | 14.65 | 11.38 | 41.47 | - |
| YUV | 94.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 174 | 0.51 | 0.52 | 0 | 0.32 | 241.33 | 0.36 | 0.51 |
| Hex | 56 | 54 | AE | 33 | 34 | 0 | 20 | F1 | 24 | 33 |
| Octal | 126 | 124 | 256 | 63 | 64 | 0 | 40 | 361 | 44 | 63 |
| Binary | 1010110 | 1010100 | 10101110 | 110011 | 110100 | 0 | 100000 | 11110001 | 100100 | 110011 |
Color Harmonies of #5654AE
Complementary color
Monochromatic Colors of #5654AE
Black with #5654AE
Text Example
Text Example
White with #5654AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654AE; }
p { color: rgb(86,84,174); }
H1.HeaderClassName
{
color: #5654AE;
}
.AnyTagClassName
{
color: #5654AE;
}
</style>
background-color css
<style>
a { background-color: #5654AE; }
a { background-color: rgb(86,84,174); }
div.DivClassName
{
background-color: #5654AE;
}
.BgClassName
{
background-color: #5654AE;
}
</style>
border-color css
<style>
span { border-color: #5654AE; }
span { border-color: rgb(86,84,174); }
td.TdClassName
{
border-color: #5654AE;
}
.TagClassName
{
border-color: #5654AE;
}
</style>