Shades of Rich Blue #5661BC
Tints of Rich Blue #5661BC
RGB
CMYK
RGB Variations
Color information
#5661BC (or 0x5661BC) is known color: Rich Blue. HEX triplet: 56, 61 and BC. RGB value is (86,97,188). Sum of RGB (Red+Green+Blue) = 86+97+188=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5661BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BC is #A99E43. Grayscale: #676767. Windows color (decimal): -11116100 or 12345686. OLE color: 12345686.
HSL color Cylindrical-coordinate representation of color #5661BC: hue angle of 233.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5661BC is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 97 | 188 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.26 |
| HSL | 233.53º | 0.43% | 0.54% | - |
| HSV(B) | 233.53º | 0.54% | 0.74% | - |
| XYZ | 17.19 | 14.16 | 49.4 | - |
| YUV | 104.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 188 | 0.54 | 0.48 | 0 | 0.26 | 233.53 | 0.43 | 0.54 |
| Hex | 56 | 61 | BC | 36 | 30 | 0 | 1A | EA | 2B | 36 |
| Octal | 126 | 141 | 274 | 66 | 60 | 0 | 32 | 352 | 53 | 66 |
| Binary | 1010110 | 1100001 | 10111100 | 110110 | 110000 | 0 | 11010 | 11101010 | 101011 | 110110 |
Color Harmonies of #5661BC
Complementary color
Monochromatic Colors of #5661BC
Black with #5661BC
Text Example
Text Example
White with #5661BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5661BC; }
p { color: rgb(86,97,188); }
H1.HeaderClassName
{
color: #5661BC;
}
.AnyTagClassName
{
color: #5661BC;
}
</style>
background-color css
<style>
a { background-color: #5661BC; }
a { background-color: rgb(86,97,188); }
div.DivClassName
{
background-color: #5661BC;
}
.BgClassName
{
background-color: #5661BC;
}
</style>
border-color css
<style>
span { border-color: #5661BC; }
span { border-color: rgb(86,97,188); }
td.TdClassName
{
border-color: #5661BC;
}
.TagClassName
{
border-color: #5661BC;
}
</style>