Shades of Boston Blue #5190B5
Tints of Boston Blue #5190B5
RGB
CMYK
RGB Variations
Color information
#5190B5 (or 0x5190B5) is known color: Boston Blue. HEX triplet: 51, 90 and B5. RGB value is (81,144,181). Sum of RGB (Red+Green+Blue) = 81+144+181=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #5190B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190B5 is #AE6F4A. Grayscale: #818181. Windows color (decimal): -11431755 or 11898961. OLE color: 11898961.
HSL color Cylindrical-coordinate representation of color #5190B5: hue angle of 202.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5190B5 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 144 | 181 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.29 |
| HSL | 202.2º | 0.4% | 0.51% | - |
| HSV(B) | 202.2º | 0.55% | 0.71% | - |
| XYZ | 21.71 | 25.03 | 47.4 | - |
| YUV | 129.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 181 | 0.55 | 0.20 | 0 | 0.29 | 202.2 | 0.4 | 0.51 |
| Hex | 51 | 90 | B5 | 37 | 14 | 0 | 1D | CA | 28 | 33 |
| Octal | 121 | 220 | 265 | 67 | 24 | 0 | 35 | 312 | 50 | 63 |
| Binary | 1010001 | 10010000 | 10110101 | 110111 | 10100 | 0 | 11101 | 11001010 | 101000 | 110011 |
Color Harmonies of #5190B5
Complementary color
Monochromatic Colors of #5190B5
Black with #5190B5
Text Example
Text Example
White with #5190B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190B5; }
p { color: rgb(81,144,181); }
H1.HeaderClassName
{
color: #5190B5;
}
.AnyTagClassName
{
color: #5190B5;
}
</style>
background-color css
<style>
a { background-color: #5190B5; }
a { background-color: rgb(81,144,181); }
div.DivClassName
{
background-color: #5190B5;
}
.BgClassName
{
background-color: #5190B5;
}
</style>
border-color css
<style>
span { border-color: #5190B5; }
span { border-color: rgb(81,144,181); }
td.TdClassName
{
border-color: #5190B5;
}
.TagClassName
{
border-color: #5190B5;
}
</style>