Shades of Rich Blue #5564AA
Tints of Rich Blue #5564AA
RGB
CMYK
RGB Variations
Color information
#5564AA (or 0x5564AA) is known color: Rich Blue. HEX triplet: 55, 64 and AA. RGB value is (85,100,170). Sum of RGB (Red+Green+Blue) = 85+100+170=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5564AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5564AA is #AA9B55. Grayscale: #676767. Windows color (decimal): -11180886 or 11166805. OLE color: 11166805.
HSL color Cylindrical-coordinate representation of color #5564AA: hue angle of 229.41º degrees, saturation: 0.33, 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 #5564AA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 100 | 170 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.33 |
| HSL | 229.41º | 0.33% | 0.5% | - |
| HSV(B) | 229.41º | 0.5% | 0.67% | - |
| XYZ | 15.56 | 13.95 | 39.9 | - |
| YUV | 103.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 170 | 0.50 | 0.41 | 0 | 0.33 | 229.41 | 0.33 | 0.5 |
| Hex | 55 | 64 | AA | 32 | 29 | 0 | 21 | E5 | 21 | 32 |
| Octal | 125 | 144 | 252 | 62 | 51 | 0 | 41 | 345 | 41 | 62 |
| Binary | 1010101 | 1100100 | 10101010 | 110010 | 101001 | 0 | 100001 | 11100101 | 100001 | 110010 |
Color Harmonies of #5564AA
Complementary color
Monochromatic Colors of #5564AA
Black with #5564AA
Text Example
Text Example
White with #5564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564AA; }
p { color: rgb(85,100,170); }
H1.HeaderClassName
{
color: #5564AA;
}
.AnyTagClassName
{
color: #5564AA;
}
</style>
background-color css
<style>
a { background-color: #5564AA; }
a { background-color: rgb(85,100,170); }
div.DivClassName
{
background-color: #5564AA;
}
.BgClassName
{
background-color: #5564AA;
}
</style>
border-color css
<style>
span { border-color: #5564AA; }
span { border-color: rgb(85,100,170); }
td.TdClassName
{
border-color: #5564AA;
}
.TagClassName
{
border-color: #5564AA;
}
</style>