Shades of Rich Blue #5565AD
Tints of Rich Blue #5565AD
RGB
CMYK
RGB Variations
Color information
#5565AD (or 0x5565AD) is known color: Rich Blue. HEX triplet: 55, 65 and AD. RGB value is (85,101,173). Sum of RGB (Red+Green+Blue) = 85+101+173=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #5565AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AD is #AA9A52. Grayscale: #686868. Windows color (decimal): -11180627 or 11363669. OLE color: 11363669.
HSL color Cylindrical-coordinate representation of color #5565AD: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5565AD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 101 | 173 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.32 |
| HSL | 229.09º | 0.35% | 0.51% | - |
| HSV(B) | 229.09º | 0.51% | 0.68% | - |
| XYZ | 15.94 | 14.26 | 41.45 | - |
| YUV | 104.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 173 | 0.51 | 0.42 | 0 | 0.32 | 229.09 | 0.35 | 0.51 |
| Hex | 55 | 65 | AD | 33 | 2A | 0 | 20 | E5 | 23 | 33 |
| Octal | 125 | 145 | 255 | 63 | 52 | 0 | 40 | 345 | 43 | 63 |
| Binary | 1010101 | 1100101 | 10101101 | 110011 | 101010 | 0 | 100000 | 11100101 | 100011 | 110011 |
Color Harmonies of #5565AD
Complementary color
Monochromatic Colors of #5565AD
Black with #5565AD
Text Example
Text Example
White with #5565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565AD; }
p { color: rgb(85,101,173); }
H1.HeaderClassName
{
color: #5565AD;
}
.AnyTagClassName
{
color: #5565AD;
}
</style>
background-color css
<style>
a { background-color: #5565AD; }
a { background-color: rgb(85,101,173); }
div.DivClassName
{
background-color: #5565AD;
}
.BgClassName
{
background-color: #5565AD;
}
</style>
border-color css
<style>
span { border-color: #5565AD; }
span { border-color: rgb(85,101,173); }
td.TdClassName
{
border-color: #5565AD;
}
.TagClassName
{
border-color: #5565AD;
}
</style>