Shades of Rich Blue #5651B7
Tints of Rich Blue #5651B7
RGB
CMYK
RGB Variations
Color information
#5651B7 (or 0x5651B7) is known color: Rich Blue. HEX triplet: 56, 51 and B7. RGB value is (86,81,183). Sum of RGB (Red+Green+Blue) = 86+81+183=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #5651B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651B7 is #A9AE48. Grayscale: #5D5D5D. Windows color (decimal): -11120201 or 12013910. OLE color: 12013910.
HSL color Cylindrical-coordinate representation of color #5651B7: hue angle of 242.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5651B7 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 81 | 183 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.28 |
| HSL | 242.94º | 0.41% | 0.52% | - |
| HSV(B) | 242.94º | 0.56% | 0.72% | - |
| XYZ | 15.33 | 11.28 | 46.17 | - |
| YUV | 94.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 183 | 0.53 | 0.56 | 0 | 0.28 | 242.94 | 0.41 | 0.52 |
| Hex | 56 | 51 | B7 | 35 | 38 | 0 | 1C | F3 | 29 | 34 |
| Octal | 126 | 121 | 267 | 65 | 70 | 0 | 34 | 363 | 51 | 64 |
| Binary | 1010110 | 1010001 | 10110111 | 110101 | 111000 | 0 | 11100 | 11110011 | 101001 | 110100 |
Color Harmonies of #5651B7
Complementary color
Monochromatic Colors of #5651B7
Black with #5651B7
Text Example
Text Example
White with #5651B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651B7; }
p { color: rgb(86,81,183); }
H1.HeaderClassName
{
color: #5651B7;
}
.AnyTagClassName
{
color: #5651B7;
}
</style>
background-color css
<style>
a { background-color: #5651B7; }
a { background-color: rgb(86,81,183); }
div.DivClassName
{
background-color: #5651B7;
}
.BgClassName
{
background-color: #5651B7;
}
</style>
border-color css
<style>
span { border-color: #5651B7; }
span { border-color: rgb(86,81,183); }
td.TdClassName
{
border-color: #5651B7;
}
.TagClassName
{
border-color: #5651B7;
}
</style>