Shades of Rich Blue #5663AB
Tints of Rich Blue #5663AB
RGB
CMYK
RGB Variations
Color information
#5663AB (or 0x5663AB) is known color: Rich Blue. HEX triplet: 56, 63 and AB. RGB value is (86,99,171). Sum of RGB (Red+Green+Blue) = 86+99+171=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5663AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663AB is #A99C54. Grayscale: #676767. Windows color (decimal): -11115605 or 11232086. OLE color: 11232086.
HSL color Cylindrical-coordinate representation of color #5663AB: hue angle of 230.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5663AB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 99 | 171 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.33 |
| HSL | 230.82º | 0.34% | 0.5% | - |
| HSV(B) | 230.82º | 0.5% | 0.67% | - |
| XYZ | 15.65 | 13.84 | 40.38 | - |
| YUV | 103.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 171 | 0.50 | 0.42 | 0 | 0.33 | 230.82 | 0.34 | 0.5 |
| Hex | 56 | 63 | AB | 32 | 2A | 0 | 21 | E7 | 22 | 32 |
| Octal | 126 | 143 | 253 | 62 | 52 | 0 | 41 | 347 | 42 | 62 |
| Binary | 1010110 | 1100011 | 10101011 | 110010 | 101010 | 0 | 100001 | 11100111 | 100010 | 110010 |
Color Harmonies of #5663AB
Complementary color
Monochromatic Colors of #5663AB
Black with #5663AB
Text Example
Text Example
White with #5663AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5663AB; }
p { color: rgb(86,99,171); }
H1.HeaderClassName
{
color: #5663AB;
}
.AnyTagClassName
{
color: #5663AB;
}
</style>
background-color css
<style>
a { background-color: #5663AB; }
a { background-color: rgb(86,99,171); }
div.DivClassName
{
background-color: #5663AB;
}
.BgClassName
{
background-color: #5663AB;
}
</style>
border-color css
<style>
span { border-color: #5663AB; }
span { border-color: rgb(86,99,171); }
td.TdClassName
{
border-color: #5663AB;
}
.TagClassName
{
border-color: #5663AB;
}
</style>