Shades of Rich Blue #5661BD
Tints of Rich Blue #5661BD
RGB
CMYK
RGB Variations
Color information
#5661BD (or 0x5661BD) is known color: Rich Blue. HEX triplet: 56, 61 and BD. RGB value is (86,97,189). Sum of RGB (Red+Green+Blue) = 86+97+189=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5661BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BD is #A99E42. Grayscale: #676767. Windows color (decimal): -11116099 or 12411222. OLE color: 12411222.
HSL color Cylindrical-coordinate representation of color #5661BD: hue angle of 233.59º degrees, saturation: 0.44, 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 #5661BD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 97 | 189 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.26 |
| HSL | 233.59º | 0.44% | 0.54% | - |
| HSV(B) | 233.59º | 0.54% | 0.74% | - |
| XYZ | 17.3 | 14.2 | 49.97 | - |
| YUV | 104.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 189 | 0.54 | 0.49 | 0 | 0.26 | 233.59 | 0.44 | 0.54 |
| Hex | 56 | 61 | BD | 36 | 31 | 0 | 1A | EA | 2C | 36 |
| Octal | 126 | 141 | 275 | 66 | 61 | 0 | 32 | 352 | 54 | 66 |
| Binary | 1010110 | 1100001 | 10111101 | 110110 | 110001 | 0 | 11010 | 11101010 | 101100 | 110110 |
Color Harmonies of #5661BD
Complementary color
Monochromatic Colors of #5661BD
Black with #5661BD
Text Example
Text Example
White with #5661BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5661BD; }
p { color: rgb(86,97,189); }
H1.HeaderClassName
{
color: #5661BD;
}
.AnyTagClassName
{
color: #5661BD;
}
</style>
background-color css
<style>
a { background-color: #5661BD; }
a { background-color: rgb(86,97,189); }
div.DivClassName
{
background-color: #5661BD;
}
.BgClassName
{
background-color: #5661BD;
}
</style>
border-color css
<style>
span { border-color: #5661BD; }
span { border-color: rgb(86,97,189); }
td.TdClassName
{
border-color: #5661BD;
}
.TagClassName
{
border-color: #5661BD;
}
</style>