Shades of Rich Blue #5559AB
Tints of Rich Blue #5559AB
RGB
CMYK
RGB Variations
Color information
#5559AB (or 0x5559AB) is known color: Rich Blue. HEX triplet: 55, 59 and AB. RGB value is (85,89,171). Sum of RGB (Red+Green+Blue) = 85+89+171=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #5559AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559AB is #AAA654. Grayscale: #606060. Windows color (decimal): -11183701 or 11229525. OLE color: 11229525.
HSL color Cylindrical-coordinate representation of color #5559AB: hue angle of 237.21º degrees, saturation: 0.34, 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 #5559AB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 89 | 171 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.33 |
| HSL | 237.21º | 0.34% | 0.5% | - |
| HSV(B) | 237.21º | 0.5% | 0.67% | - |
| XYZ | 14.67 | 12.02 | 40.07 | - |
| YUV | 97.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 171 | 0.50 | 0.48 | 0 | 0.33 | 237.21 | 0.34 | 0.5 |
| Hex | 55 | 59 | AB | 32 | 30 | 0 | 21 | ED | 22 | 32 |
| Octal | 125 | 131 | 253 | 62 | 60 | 0 | 41 | 355 | 42 | 62 |
| Binary | 1010101 | 1011001 | 10101011 | 110010 | 110000 | 0 | 100001 | 11101101 | 100010 | 110010 |
Color Harmonies of #5559AB
Complementary color
Monochromatic Colors of #5559AB
Black with #5559AB
Text Example
Text Example
White with #5559AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5559AB; }
p { color: rgb(85,89,171); }
H1.HeaderClassName
{
color: #5559AB;
}
.AnyTagClassName
{
color: #5559AB;
}
</style>
background-color css
<style>
a { background-color: #5559AB; }
a { background-color: rgb(85,89,171); }
div.DivClassName
{
background-color: #5559AB;
}
.BgClassName
{
background-color: #5559AB;
}
</style>
border-color css
<style>
span { border-color: #5559AB; }
span { border-color: rgb(85,89,171); }
td.TdClassName
{
border-color: #5559AB;
}
.TagClassName
{
border-color: #5559AB;
}
</style>