Shades of Rich Blue #5559AD
Tints of Rich Blue #5559AD
RGB
CMYK
RGB Variations
Color information
#5559AD (or 0x5559AD) is known color: Rich Blue. HEX triplet: 55, 59 and AD. RGB value is (85,89,173). Sum of RGB (Red+Green+Blue) = 85+89+173=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #5559AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559AD is #AAA652. Grayscale: #616161. Windows color (decimal): -11183699 or 11360597. OLE color: 11360597.
HSL color Cylindrical-coordinate representation of color #5559AD: hue angle of 237.27º 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 #5559AD is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 89 | 173 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.32 |
| HSL | 237.27º | 0.35% | 0.51% | - |
| HSV(B) | 237.27º | 0.51% | 0.68% | - |
| XYZ | 14.86 | 12.09 | 41.09 | - |
| YUV | 97.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 173 | 0.51 | 0.49 | 0 | 0.32 | 237.27 | 0.35 | 0.51 |
| Hex | 55 | 59 | AD | 33 | 31 | 0 | 20 | ED | 23 | 33 |
| Octal | 125 | 131 | 255 | 63 | 61 | 0 | 40 | 355 | 43 | 63 |
| Binary | 1010101 | 1011001 | 10101101 | 110011 | 110001 | 0 | 100000 | 11101101 | 100011 | 110011 |
Color Harmonies of #5559AD
Complementary color
Monochromatic Colors of #5559AD
Black with #5559AD
Text Example
Text Example
White with #5559AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5559AD; }
p { color: rgb(85,89,173); }
H1.HeaderClassName
{
color: #5559AD;
}
.AnyTagClassName
{
color: #5559AD;
}
</style>
background-color css
<style>
a { background-color: #5559AD; }
a { background-color: rgb(85,89,173); }
div.DivClassName
{
background-color: #5559AD;
}
.BgClassName
{
background-color: #5559AD;
}
</style>
border-color css
<style>
span { border-color: #5559AD; }
span { border-color: rgb(85,89,173); }
td.TdClassName
{
border-color: #5559AD;
}
.TagClassName
{
border-color: #5559AD;
}
</style>