Shades of Rich Blue #5655AB
Tints of Rich Blue #5655AB
RGB
CMYK
RGB Variations
Color information
#5655AB (or 0x5655AB) is known color: Rich Blue. HEX triplet: 56, 55 and AB. RGB value is (86,85,171). Sum of RGB (Red+Green+Blue) = 86+85+171=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5655AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5655AB is #A9AA54. Grayscale: #5E5E5E. Windows color (decimal): -11119189 or 11228502. OLE color: 11228502.
HSL color Cylindrical-coordinate representation of color #5655AB: hue angle of 240.7º 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 #5655AB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 85 | 171 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.33 |
| HSL | 240.7º | 0.34% | 0.5% | - |
| HSV(B) | 240.7º | 0.5% | 0.67% | - |
| XYZ | 14.44 | 11.42 | 39.97 | - |
| YUV | 95.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 171 | 0.50 | 0.50 | 0 | 0.33 | 240.7 | 0.34 | 0.5 |
| Hex | 56 | 55 | AB | 32 | 32 | 0 | 21 | F1 | 22 | 32 |
| Octal | 126 | 125 | 253 | 62 | 62 | 0 | 41 | 361 | 42 | 62 |
| Binary | 1010110 | 1010101 | 10101011 | 110010 | 110010 | 0 | 100001 | 11110001 | 100010 | 110010 |
Color Harmonies of #5655AB
Complementary color
Monochromatic Colors of #5655AB
Black with #5655AB
Text Example
Text Example
White with #5655AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655AB; }
p { color: rgb(86,85,171); }
H1.HeaderClassName
{
color: #5655AB;
}
.AnyTagClassName
{
color: #5655AB;
}
</style>
background-color css
<style>
a { background-color: #5655AB; }
a { background-color: rgb(86,85,171); }
div.DivClassName
{
background-color: #5655AB;
}
.BgClassName
{
background-color: #5655AB;
}
</style>
border-color css
<style>
span { border-color: #5655AB; }
span { border-color: rgb(86,85,171); }
td.TdClassName
{
border-color: #5655AB;
}
.TagClassName
{
border-color: #5655AB;
}
</style>