Shades of Rich Blue #5665AB
Tints of Rich Blue #5665AB
RGB
CMYK
RGB Variations
Color information
#5665AB (or 0x5665AB) is known color: Rich Blue. HEX triplet: 56, 65 and AB. RGB value is (86,101,171). Sum of RGB (Red+Green+Blue) = 86+101+171=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5665AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5665AB is #A99A54. Grayscale: #686868. Windows color (decimal): -11115093 or 11232598. OLE color: 11232598.
HSL color Cylindrical-coordinate representation of color #5665AB: hue angle of 229.41º 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 #5665AB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 101 | 171 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.33 |
| HSL | 229.41º | 0.34% | 0.5% | - |
| HSV(B) | 229.41º | 0.5% | 0.67% | - |
| XYZ | 15.84 | 14.23 | 40.44 | - |
| YUV | 104.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 171 | 0.50 | 0.41 | 0 | 0.33 | 229.41 | 0.34 | 0.5 |
| Hex | 56 | 65 | AB | 32 | 29 | 0 | 21 | E5 | 22 | 32 |
| Octal | 126 | 145 | 253 | 62 | 51 | 0 | 41 | 345 | 42 | 62 |
| Binary | 1010110 | 1100101 | 10101011 | 110010 | 101001 | 0 | 100001 | 11100101 | 100010 | 110010 |
Color Harmonies of #5665AB
Complementary color
Monochromatic Colors of #5665AB
Black with #5665AB
Text Example
Text Example
White with #5665AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5665AB; }
p { color: rgb(86,101,171); }
H1.HeaderClassName
{
color: #5665AB;
}
.AnyTagClassName
{
color: #5665AB;
}
</style>
background-color css
<style>
a { background-color: #5665AB; }
a { background-color: rgb(86,101,171); }
div.DivClassName
{
background-color: #5665AB;
}
.BgClassName
{
background-color: #5665AB;
}
</style>
border-color css
<style>
span { border-color: #5665AB; }
span { border-color: rgb(86,101,171); }
td.TdClassName
{
border-color: #5665AB;
}
.TagClassName
{
border-color: #5665AB;
}
</style>