Shades of Rich Blue #5557A8
Tints of Rich Blue #5557A8
RGB
CMYK
RGB Variations
Color information
#5557A8 (or 0x5557A8) is known color: Rich Blue. HEX triplet: 55, 57 and A8. RGB value is (85,87,168). Sum of RGB (Red+Green+Blue) = 85+87+168=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #5557A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557A8 is #AAA857. Grayscale: #5F5F5F. Windows color (decimal): -11184216 or 11032405. OLE color: 11032405.
HSL color Cylindrical-coordinate representation of color #5557A8: hue angle of 238.55º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5557A8 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 87 | 168 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.34 |
| HSL | 238.55º | 0.33% | 0.5% | - |
| HSV(B) | 238.55º | 0.49% | 0.66% | - |
| XYZ | 14.22 | 11.57 | 38.53 | - |
| YUV | 95.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 168 | 0.49 | 0.48 | 0 | 0.34 | 238.55 | 0.33 | 0.5 |
| Hex | 55 | 57 | A8 | 31 | 30 | 0 | 22 | EF | 21 | 32 |
| Octal | 125 | 127 | 250 | 61 | 60 | 0 | 42 | 357 | 41 | 62 |
| Binary | 1010101 | 1010111 | 10101000 | 110001 | 110000 | 0 | 100010 | 11101111 | 100001 | 110010 |
Color Harmonies of #5557A8
Complementary color
Monochromatic Colors of #5557A8
Black with #5557A8
Text Example
Text Example
White with #5557A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557A8; }
p { color: rgb(85,87,168); }
H1.HeaderClassName
{
color: #5557A8;
}
.AnyTagClassName
{
color: #5557A8;
}
</style>
background-color css
<style>
a { background-color: #5557A8; }
a { background-color: rgb(85,87,168); }
div.DivClassName
{
background-color: #5557A8;
}
.BgClassName
{
background-color: #5557A8;
}
</style>
border-color css
<style>
span { border-color: #5557A8; }
span { border-color: rgb(85,87,168); }
td.TdClassName
{
border-color: #5557A8;
}
.TagClassName
{
border-color: #5557A8;
}
</style>