Shades of Rich Blue #5661BA
Tints of Rich Blue #5661BA
RGB
CMYK
RGB Variations
Color information
#5661BA (or 0x5661BA) is known color: Rich Blue. HEX triplet: 56, 61 and BA. RGB value is (86,97,186). Sum of RGB (Red+Green+Blue) = 86+97+186=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #5661BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BA is #A99E45. Grayscale: #676767. Windows color (decimal): -11116102 or 12214614. OLE color: 12214614.
HSL color Cylindrical-coordinate representation of color #5661BA: hue angle of 233.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5661BA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 97 | 186 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.27 |
| HSL | 233.4º | 0.42% | 0.53% | - |
| HSV(B) | 233.4º | 0.54% | 0.73% | - |
| XYZ | 16.98 | 14.07 | 48.28 | - |
| YUV | 103.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 186 | 0.54 | 0.48 | 0 | 0.27 | 233.4 | 0.42 | 0.53 |
| Hex | 56 | 61 | BA | 36 | 30 | 0 | 1B | E9 | 2A | 35 |
| Octal | 126 | 141 | 272 | 66 | 60 | 0 | 33 | 351 | 52 | 65 |
| Binary | 1010110 | 1100001 | 10111010 | 110110 | 110000 | 0 | 11011 | 11101001 | 101010 | 110101 |
Color Harmonies of #5661BA
Complementary color
Monochromatic Colors of #5661BA
Black with #5661BA
Text Example
Text Example
White with #5661BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5661BA; }
p { color: rgb(86,97,186); }
H1.HeaderClassName
{
color: #5661BA;
}
.AnyTagClassName
{
color: #5661BA;
}
</style>
background-color css
<style>
a { background-color: #5661BA; }
a { background-color: rgb(86,97,186); }
div.DivClassName
{
background-color: #5661BA;
}
.BgClassName
{
background-color: #5661BA;
}
</style>
border-color css
<style>
span { border-color: #5661BA; }
span { border-color: rgb(86,97,186); }
td.TdClassName
{
border-color: #5661BA;
}
.TagClassName
{
border-color: #5661BA;
}
</style>