Shades of Rich Blue #5651AB
Tints of Rich Blue #5651AB
RGB
CMYK
RGB Variations
Color information
#5651AB (or 0x5651AB) is known color: Rich Blue. HEX triplet: 56, 51 and AB. RGB value is (86,81,171). Sum of RGB (Red+Green+Blue) = 86+81+171=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5651AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5651AB is #A9AE54. Grayscale: #5C5C5C. Windows color (decimal): -11120213 or 11227478. OLE color: 11227478.
HSL color Cylindrical-coordinate representation of color #5651AB: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5651AB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 81 | 171 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.33 |
| HSL | 243.33º | 0.36% | 0.49% | - |
| HSV(B) | 243.33º | 0.53% | 0.67% | - |
| XYZ | 14.13 | 10.8 | 39.87 | - |
| YUV | 92.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 171 | 0.50 | 0.53 | 0 | 0.33 | 243.33 | 0.36 | 0.49 |
| Hex | 56 | 51 | AB | 32 | 35 | 0 | 21 | F3 | 24 | 31 |
| Octal | 126 | 121 | 253 | 62 | 65 | 0 | 41 | 363 | 44 | 61 |
| Binary | 1010110 | 1010001 | 10101011 | 110010 | 110101 | 0 | 100001 | 11110011 | 100100 | 110001 |
Color Harmonies of #5651AB
Complementary color
Monochromatic Colors of #5651AB
Black with #5651AB
Text Example
Text Example
White with #5651AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651AB; }
p { color: rgb(86,81,171); }
H1.HeaderClassName
{
color: #5651AB;
}
.AnyTagClassName
{
color: #5651AB;
}
</style>
background-color css
<style>
a { background-color: #5651AB; }
a { background-color: rgb(86,81,171); }
div.DivClassName
{
background-color: #5651AB;
}
.BgClassName
{
background-color: #5651AB;
}
</style>
border-color css
<style>
span { border-color: #5651AB; }
span { border-color: rgb(86,81,171); }
td.TdClassName
{
border-color: #5651AB;
}
.TagClassName
{
border-color: #5651AB;
}
</style>