Shades of Rich Blue #5557BD
Tints of Rich Blue #5557BD
RGB
CMYK
RGB Variations
Color information
#5557BD (or 0x5557BD) is known color: Rich Blue. HEX triplet: 55, 57 and BD. RGB value is (85,87,189). Sum of RGB (Red+Green+Blue) = 85+87+189=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #5557BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557BD is #AAA842. Grayscale: #616161. Windows color (decimal): -11184195 or 12408661. OLE color: 12408661.
HSL color Cylindrical-coordinate representation of color #5557BD: hue angle of 238.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5557BD is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 87 | 189 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.26 |
| HSL | 238.85º | 0.44% | 0.54% | - |
| HSV(B) | 238.85º | 0.55% | 0.74% | - |
| XYZ | 16.34 | 12.42 | 49.68 | - |
| YUV | 98.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 189 | 0.55 | 0.54 | 0 | 0.26 | 238.85 | 0.44 | 0.54 |
| Hex | 55 | 57 | BD | 37 | 36 | 0 | 1A | EF | 2C | 36 |
| Octal | 125 | 127 | 275 | 67 | 66 | 0 | 32 | 357 | 54 | 66 |
| Binary | 1010101 | 1010111 | 10111101 | 110111 | 110110 | 0 | 11010 | 11101111 | 101100 | 110110 |
Color Harmonies of #5557BD
Complementary color
Monochromatic Colors of #5557BD
Black with #5557BD
Text Example
Text Example
White with #5557BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557BD; }
p { color: rgb(85,87,189); }
H1.HeaderClassName
{
color: #5557BD;
}
.AnyTagClassName
{
color: #5557BD;
}
</style>
background-color css
<style>
a { background-color: #5557BD; }
a { background-color: rgb(85,87,189); }
div.DivClassName
{
background-color: #5557BD;
}
.BgClassName
{
background-color: #5557BD;
}
</style>
border-color css
<style>
span { border-color: #5557BD; }
span { border-color: rgb(85,87,189); }
td.TdClassName
{
border-color: #5557BD;
}
.TagClassName
{
border-color: #5557BD;
}
</style>