Shades of Rich Blue #5654BB
Tints of Rich Blue #5654BB
RGB
CMYK
RGB Variations
Color information
#5654BB (or 0x5654BB) is known color: Rich Blue. HEX triplet: 56, 54 and BB. RGB value is (86,84,187). Sum of RGB (Red+Green+Blue) = 86+84+187=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5654BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654BB is #A9AB44. Grayscale: #5F5F5F. Windows color (decimal): -11119429 or 12276822. OLE color: 12276822.
HSL color Cylindrical-coordinate representation of color #5654BB: hue angle of 241.17º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5654BB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 84 | 187 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.27 |
| HSL | 241.17º | 0.43% | 0.53% | - |
| HSV(B) | 241.17º | 0.55% | 0.73% | - |
| XYZ | 15.98 | 11.91 | 48.47 | - |
| YUV | 96.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 187 | 0.54 | 0.55 | 0 | 0.27 | 241.17 | 0.43 | 0.53 |
| Hex | 56 | 54 | BB | 36 | 37 | 0 | 1B | F1 | 2B | 35 |
| Octal | 126 | 124 | 273 | 66 | 67 | 0 | 33 | 361 | 53 | 65 |
| Binary | 1010110 | 1010100 | 10111011 | 110110 | 110111 | 0 | 11011 | 11110001 | 101011 | 110101 |
Color Harmonies of #5654BB
Complementary color
Monochromatic Colors of #5654BB
Black with #5654BB
Text Example
Text Example
White with #5654BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654BB; }
p { color: rgb(86,84,187); }
H1.HeaderClassName
{
color: #5654BB;
}
.AnyTagClassName
{
color: #5654BB;
}
</style>
background-color css
<style>
a { background-color: #5654BB; }
a { background-color: rgb(86,84,187); }
div.DivClassName
{
background-color: #5654BB;
}
.BgClassName
{
background-color: #5654BB;
}
</style>
border-color css
<style>
span { border-color: #5654BB; }
span { border-color: rgb(86,84,187); }
td.TdClassName
{
border-color: #5654BB;
}
.TagClassName
{
border-color: #5654BB;
}
</style>