Shades of Rich Blue #5561AF
Tints of Rich Blue #5561AF
RGB
CMYK
RGB Variations
Color information
#5561AF (or 0x5561AF) is known color: Rich Blue. HEX triplet: 55, 61 and AF. RGB value is (85,97,175). Sum of RGB (Red+Green+Blue) = 85+97+175=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #5561AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5561AF is #AA9E50. Grayscale: #656565. Windows color (decimal): -11181649 or 11493717. OLE color: 11493717.
HSL color Cylindrical-coordinate representation of color #5561AF: hue angle of 232º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5561AF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 97 | 175 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.31 |
| HSL | 232º | 0.36% | 0.51% | - |
| HSV(B) | 232º | 0.51% | 0.69% | - |
| XYZ | 15.76 | 13.58 | 42.35 | - |
| YUV | 102.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 175 | 0.51 | 0.45 | 0 | 0.31 | 232 | 0.36 | 0.51 |
| Hex | 55 | 61 | AF | 33 | 2D | 0 | 1F | E8 | 24 | 33 |
| Octal | 125 | 141 | 257 | 63 | 55 | 0 | 37 | 350 | 44 | 63 |
| Binary | 1010101 | 1100001 | 10101111 | 110011 | 101101 | 0 | 11111 | 11101000 | 100100 | 110011 |
Color Harmonies of #5561AF
Complementary color
Monochromatic Colors of #5561AF
Black with #5561AF
Text Example
Text Example
White with #5561AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561AF; }
p { color: rgb(85,97,175); }
H1.HeaderClassName
{
color: #5561AF;
}
.AnyTagClassName
{
color: #5561AF;
}
</style>
background-color css
<style>
a { background-color: #5561AF; }
a { background-color: rgb(85,97,175); }
div.DivClassName
{
background-color: #5561AF;
}
.BgClassName
{
background-color: #5561AF;
}
</style>
border-color css
<style>
span { border-color: #5561AF; }
span { border-color: rgb(85,97,175); }
td.TdClassName
{
border-color: #5561AF;
}
.TagClassName
{
border-color: #5561AF;
}
</style>