Shades of Rich Blue #5557BA
Tints of Rich Blue #5557BA
RGB
CMYK
RGB Variations
Color information
#5557BA (or 0x5557BA) is known color: Rich Blue. HEX triplet: 55, 57 and BA. RGB value is (85,87,186). Sum of RGB (Red+Green+Blue) = 85+87+186=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #5557BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557BA is #AAA845. Grayscale: #616161. Windows color (decimal): -11184198 or 12212053. OLE color: 12212053.
HSL color Cylindrical-coordinate representation of color #5557BA: hue angle of 238.81º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5557BA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 87 | 186 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.27 |
| HSL | 238.81º | 0.42% | 0.53% | - |
| HSV(B) | 238.81º | 0.54% | 0.73% | - |
| XYZ | 16.02 | 12.29 | 47.98 | - |
| YUV | 97.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 186 | 0.54 | 0.53 | 0 | 0.27 | 238.81 | 0.42 | 0.53 |
| Hex | 55 | 57 | BA | 36 | 35 | 0 | 1B | EF | 2A | 35 |
| Octal | 125 | 127 | 272 | 66 | 65 | 0 | 33 | 357 | 52 | 65 |
| Binary | 1010101 | 1010111 | 10111010 | 110110 | 110101 | 0 | 11011 | 11101111 | 101010 | 110101 |
Color Harmonies of #5557BA
Complementary color
Monochromatic Colors of #5557BA
Black with #5557BA
Text Example
Text Example
White with #5557BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557BA; }
p { color: rgb(85,87,186); }
H1.HeaderClassName
{
color: #5557BA;
}
.AnyTagClassName
{
color: #5557BA;
}
</style>
background-color css
<style>
a { background-color: #5557BA; }
a { background-color: rgb(85,87,186); }
div.DivClassName
{
background-color: #5557BA;
}
.BgClassName
{
background-color: #5557BA;
}
</style>
border-color css
<style>
span { border-color: #5557BA; }
span { border-color: rgb(85,87,186); }
td.TdClassName
{
border-color: #5557BA;
}
.TagClassName
{
border-color: #5557BA;
}
</style>