Shades of Rich Blue #555FA9
Tints of Rich Blue #555FA9
RGB
CMYK
RGB Variations
Color information
#555FA9 (or 0x555FA9) is known color: Rich Blue. HEX triplet: 55, 5F and A9. RGB value is (85,95,169). Sum of RGB (Red+Green+Blue) = 85+95+169=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #555FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FA9 is #AAA056. Grayscale: #646464. Windows color (decimal): -11182167 or 11099989. OLE color: 11099989.
HSL color Cylindrical-coordinate representation of color #555FA9: hue angle of 232.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555FA9 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 95 | 169 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.34 |
| HSL | 232.86º | 0.33% | 0.5% | - |
| HSV(B) | 232.86º | 0.5% | 0.66% | - |
| XYZ | 15 | 12.98 | 39.25 | - |
| YUV | 100.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 169 | 0.50 | 0.44 | 0 | 0.34 | 232.86 | 0.33 | 0.5 |
| Hex | 55 | 5F | A9 | 32 | 2C | 0 | 22 | E9 | 21 | 32 |
| Octal | 125 | 137 | 251 | 62 | 54 | 0 | 42 | 351 | 41 | 62 |
| Binary | 1010101 | 1011111 | 10101001 | 110010 | 101100 | 0 | 100010 | 11101001 | 100001 | 110010 |
Color Harmonies of #555FA9
Complementary color
Monochromatic Colors of #555FA9
Black with #555FA9
Text Example
Text Example
White with #555FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FA9; }
p { color: rgb(85,95,169); }
H1.HeaderClassName
{
color: #555FA9;
}
.AnyTagClassName
{
color: #555FA9;
}
</style>
background-color css
<style>
a { background-color: #555FA9; }
a { background-color: rgb(85,95,169); }
div.DivClassName
{
background-color: #555FA9;
}
.BgClassName
{
background-color: #555FA9;
}
</style>
border-color css
<style>
span { border-color: #555FA9; }
span { border-color: rgb(85,95,169); }
td.TdClassName
{
border-color: #555FA9;
}
.TagClassName
{
border-color: #555FA9;
}
</style>