Shades of Rich Blue #5557A9
Tints of Rich Blue #5557A9
RGB
CMYK
RGB Variations
Color information
#5557A9 (or 0x5557A9) is known color: Rich Blue. HEX triplet: 55, 57 and A9. RGB value is (85,87,169). Sum of RGB (Red+Green+Blue) = 85+87+169=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #5557A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557A9 is #AAA856. Grayscale: #5F5F5F. Windows color (decimal): -11184215 or 11097941. OLE color: 11097941.
HSL color Cylindrical-coordinate representation of color #5557A9: hue angle of 238.57º 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 #5557A9 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 87 | 169 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.34 |
| HSL | 238.57º | 0.33% | 0.5% | - |
| HSV(B) | 238.57º | 0.5% | 0.66% | - |
| XYZ | 14.32 | 11.61 | 39.02 | - |
| YUV | 95.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 169 | 0.50 | 0.49 | 0 | 0.34 | 238.57 | 0.33 | 0.5 |
| Hex | 55 | 57 | A9 | 32 | 31 | 0 | 22 | EF | 21 | 32 |
| Octal | 125 | 127 | 251 | 62 | 61 | 0 | 42 | 357 | 41 | 62 |
| Binary | 1010101 | 1010111 | 10101001 | 110010 | 110001 | 0 | 100010 | 11101111 | 100001 | 110010 |
Color Harmonies of #5557A9
Complementary color
Monochromatic Colors of #5557A9
Black with #5557A9
Text Example
Text Example
White with #5557A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557A9; }
p { color: rgb(85,87,169); }
H1.HeaderClassName
{
color: #5557A9;
}
.AnyTagClassName
{
color: #5557A9;
}
</style>
background-color css
<style>
a { background-color: #5557A9; }
a { background-color: rgb(85,87,169); }
div.DivClassName
{
background-color: #5557A9;
}
.BgClassName
{
background-color: #5557A9;
}
</style>
border-color css
<style>
span { border-color: #5557A9; }
span { border-color: rgb(85,87,169); }
td.TdClassName
{
border-color: #5557A9;
}
.TagClassName
{
border-color: #5557A9;
}
</style>