Shades of Boston Blue #5192B3
Tints of Boston Blue #5192B3
RGB
CMYK
RGB Variations
Color information
#5192B3 (or 0x5192B3) is known color: Boston Blue. HEX triplet: 51, 92 and B3. RGB value is (81,146,179). Sum of RGB (Red+Green+Blue) = 81+146+179=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #5192B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192B3 is #AE6D4C. Grayscale: #828282. Windows color (decimal): -11431245 or 11768401. OLE color: 11768401.
HSL color Cylindrical-coordinate representation of color #5192B3: hue angle of 200.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5192B3 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 146 | 179 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.30 |
| HSL | 200.2º | 0.39% | 0.51% | - |
| HSV(B) | 200.2º | 0.55% | 0.7% | - |
| XYZ | 21.81 | 25.56 | 46.43 | - |
| YUV | 130.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 179 | 0.55 | 0.18 | 0 | 0.30 | 200.2 | 0.39 | 0.51 |
| Hex | 51 | 92 | B3 | 37 | 12 | 0 | 1E | C8 | 27 | 33 |
| Octal | 121 | 222 | 263 | 67 | 22 | 0 | 36 | 310 | 47 | 63 |
| Binary | 1010001 | 10010010 | 10110011 | 110111 | 10010 | 0 | 11110 | 11001000 | 100111 | 110011 |
Color Harmonies of #5192B3
Complementary color
Monochromatic Colors of #5192B3
Black with #5192B3
Text Example
Text Example
White with #5192B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192B3; }
p { color: rgb(81,146,179); }
H1.HeaderClassName
{
color: #5192B3;
}
.AnyTagClassName
{
color: #5192B3;
}
</style>
background-color css
<style>
a { background-color: #5192B3; }
a { background-color: rgb(81,146,179); }
div.DivClassName
{
background-color: #5192B3;
}
.BgClassName
{
background-color: #5192B3;
}
</style>
border-color css
<style>
span { border-color: #5192B3; }
span { border-color: rgb(81,146,179); }
td.TdClassName
{
border-color: #5192B3;
}
.TagClassName
{
border-color: #5192B3;
}
</style>