Shades of Rich Blue #5654A8
Tints of Rich Blue #5654A8
RGB
CMYK
RGB Variations
Color information
#5654A8 (or 0x5654A8) is known color: Rich Blue. HEX triplet: 56, 54 and A8. RGB value is (86,84,168). Sum of RGB (Red+Green+Blue) = 86+84+168=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 168 (66.02% from 255 or 49.70% from 338); Max value from RGB is 168 - color contains mainly: blue. Hex color #5654A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5654A8 is #A9AB57. Grayscale: #5D5D5D. Windows color (decimal): -11119448 or 11031638. OLE color: 11031638.
HSL color Cylindrical-coordinate representation of color #5654A8: hue angle of 241.43º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5654A8 is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 84 | 168 | - |
| CMYK | 0.49 | 0.5 | 0 | 0.34 |
| HSL | 241.43º | 0.33% | 0.49% | - |
| HSV(B) | 241.43º | 0.5% | 0.66% | - |
| XYZ | 14.08 | 11.15 | 38.46 | - |
| YUV | 94.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 168 | 0.49 | 0.5 | 0 | 0.34 | 241.43 | 0.33 | 0.49 |
| Hex | 56 | 54 | A8 | 31 | 32 | 0 | 22 | F1 | 21 | 31 |
| Octal | 126 | 124 | 250 | 61 | 62 | 0 | 42 | 361 | 41 | 61 |
| Binary | 1010110 | 1010100 | 10101000 | 110001 | 110010 | 0 | 100010 | 11110001 | 100001 | 110001 |
Color Harmonies of #5654A8
Complementary color
Monochromatic Colors of #5654A8
Black with #5654A8
Text Example
Text Example
White with #5654A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654A8; }
p { color: rgb(86,84,168); }
H1.HeaderClassName
{
color: #5654A8;
}
.AnyTagClassName
{
color: #5654A8;
}
</style>
background-color css
<style>
a { background-color: #5654A8; }
a { background-color: rgb(86,84,168); }
div.DivClassName
{
background-color: #5654A8;
}
.BgClassName
{
background-color: #5654A8;
}
</style>
border-color css
<style>
span { border-color: #5654A8; }
span { border-color: rgb(86,84,168); }
td.TdClassName
{
border-color: #5654A8;
}
.TagClassName
{
border-color: #5654A8;
}
</style>