Shades of Rich Blue #5655BB
Tints of Rich Blue #5655BB
RGB
CMYK
RGB Variations
Color information
#5655BB (or 0x5655BB) is known color: Rich Blue. HEX triplet: 56, 55 and BB. RGB value is (86,85,187). Sum of RGB (Red+Green+Blue) = 86+85+187=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #5655BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BB is #A9AA44. Grayscale: #606060. Windows color (decimal): -11119173 or 12277078. OLE color: 12277078.
HSL color Cylindrical-coordinate representation of color #5655BB: hue angle of 240.59º 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 #5655BB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 85 | 187 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.27 |
| HSL | 240.59º | 0.43% | 0.53% | - |
| HSV(B) | 240.59º | 0.55% | 0.73% | - |
| XYZ | 16.06 | 12.06 | 48.5 | - |
| YUV | 96.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 187 | 0.54 | 0.55 | 0 | 0.27 | 240.59 | 0.43 | 0.53 |
| Hex | 56 | 55 | BB | 36 | 37 | 0 | 1B | F1 | 2B | 35 |
| Octal | 126 | 125 | 273 | 66 | 67 | 0 | 33 | 361 | 53 | 65 |
| Binary | 1010110 | 1010101 | 10111011 | 110110 | 110111 | 0 | 11011 | 11110001 | 101011 | 110101 |
Color Harmonies of #5655BB
Complementary color
Monochromatic Colors of #5655BB
Black with #5655BB
Text Example
Text Example
White with #5655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655BB; }
p { color: rgb(86,85,187); }
H1.HeaderClassName
{
color: #5655BB;
}
.AnyTagClassName
{
color: #5655BB;
}
</style>
background-color css
<style>
a { background-color: #5655BB; }
a { background-color: rgb(86,85,187); }
div.DivClassName
{
background-color: #5655BB;
}
.BgClassName
{
background-color: #5655BB;
}
</style>
border-color css
<style>
span { border-color: #5655BB; }
span { border-color: rgb(86,85,187); }
td.TdClassName
{
border-color: #5655BB;
}
.TagClassName
{
border-color: #5655BB;
}
</style>