Shades of Rich Blue #5565AA
Tints of Rich Blue #5565AA
RGB
CMYK
RGB Variations
Color information
#5565AA (or 0x5565AA) is known color: Rich Blue. HEX triplet: 55, 65 and AA. RGB value is (85,101,170). Sum of RGB (Red+Green+Blue) = 85+101+170=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #5565AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AA is #AA9A55. Grayscale: #676767. Windows color (decimal): -11180630 or 11167061. OLE color: 11167061.
HSL color Cylindrical-coordinate representation of color #5565AA: hue angle of 228.71º 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 #5565AA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 101 | 170 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.33 |
| HSL | 228.71º | 0.33% | 0.5% | - |
| HSV(B) | 228.71º | 0.5% | 0.67% | - |
| XYZ | 15.66 | 14.14 | 39.93 | - |
| YUV | 104.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 170 | 0.50 | 0.41 | 0 | 0.33 | 228.71 | 0.33 | 0.5 |
| Hex | 55 | 65 | AA | 32 | 29 | 0 | 21 | E5 | 21 | 32 |
| Octal | 125 | 145 | 252 | 62 | 51 | 0 | 41 | 345 | 41 | 62 |
| Binary | 1010101 | 1100101 | 10101010 | 110010 | 101001 | 0 | 100001 | 11100101 | 100001 | 110010 |
Color Harmonies of #5565AA
Complementary color
Monochromatic Colors of #5565AA
Black with #5565AA
Text Example
Text Example
White with #5565AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565AA; }
p { color: rgb(85,101,170); }
H1.HeaderClassName
{
color: #5565AA;
}
.AnyTagClassName
{
color: #5565AA;
}
</style>
background-color css
<style>
a { background-color: #5565AA; }
a { background-color: rgb(85,101,170); }
div.DivClassName
{
background-color: #5565AA;
}
.BgClassName
{
background-color: #5565AA;
}
</style>
border-color css
<style>
span { border-color: #5565AA; }
span { border-color: rgb(85,101,170); }
td.TdClassName
{
border-color: #5565AA;
}
.TagClassName
{
border-color: #5565AA;
}
</style>