Shades of Rich Blue #5564AB
Tints of Rich Blue #5564AB
RGB
CMYK
RGB Variations
Color information
#5564AB (or 0x5564AB) is known color: Rich Blue. HEX triplet: 55, 64 and AB. RGB value is (85,100,171). Sum of RGB (Red+Green+Blue) = 85+100+171=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 100 (39.45% from 255 or 28.09% 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 #5564AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564AB is #AA9B54. Grayscale: #676767. Windows color (decimal): -11180885 or 11232341. OLE color: 11232341.
HSL color Cylindrical-coordinate representation of color #5564AB: hue angle of 229.53º 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 #5564AB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 100 | 171 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.33 |
| HSL | 229.53º | 0.34% | 0.5% | - |
| HSV(B) | 229.53º | 0.5% | 0.67% | - |
| XYZ | 15.65 | 13.99 | 40.4 | - |
| YUV | 103.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 171 | 0.50 | 0.42 | 0 | 0.33 | 229.53 | 0.34 | 0.5 |
| Hex | 55 | 64 | AB | 32 | 2A | 0 | 21 | E6 | 22 | 32 |
| Octal | 125 | 144 | 253 | 62 | 52 | 0 | 41 | 346 | 42 | 62 |
| Binary | 1010101 | 1100100 | 10101011 | 110010 | 101010 | 0 | 100001 | 11100110 | 100010 | 110010 |
Color Harmonies of #5564AB
Complementary color
Monochromatic Colors of #5564AB
Black with #5564AB
Text Example
Text Example
White with #5564AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564AB; }
p { color: rgb(85,100,171); }
H1.HeaderClassName
{
color: #5564AB;
}
.AnyTagClassName
{
color: #5564AB;
}
</style>
background-color css
<style>
a { background-color: #5564AB; }
a { background-color: rgb(85,100,171); }
div.DivClassName
{
background-color: #5564AB;
}
.BgClassName
{
background-color: #5564AB;
}
</style>
border-color css
<style>
span { border-color: #5564AB; }
span { border-color: rgb(85,100,171); }
td.TdClassName
{
border-color: #5564AB;
}
.TagClassName
{
border-color: #5564AB;
}
</style>