Shades of Boston Blue #5495AC
Tints of Boston Blue #5495AC
RGB
CMYK
RGB Variations
Color information
#5495AC (or 0x5495AC) is known color: Boston Blue. HEX triplet: 54, 95 and AC. RGB value is (84,149,172). Sum of RGB (Red+Green+Blue) = 84+149+172=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5495AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5495AC is #AB6A53. Grayscale: #848484. Windows color (decimal): -11233876 or 11310420. OLE color: 11310420.
HSL color Cylindrical-coordinate representation of color #5495AC: hue angle of 195.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5495AC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 149 | 172 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.33 |
| HSL | 195.68º | 0.35% | 0.5% | - |
| HSV(B) | 195.68º | 0.51% | 0.67% | - |
| XYZ | 21.85 | 26.36 | 42.97 | - |
| YUV | 132.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 172 | 0.51 | 0.13 | 0 | 0.33 | 195.68 | 0.35 | 0.5 |
| Hex | 54 | 95 | AC | 33 | D | 0 | 21 | C4 | 23 | 32 |
| Octal | 124 | 225 | 254 | 63 | 15 | 0 | 41 | 304 | 43 | 62 |
| Binary | 1010100 | 10010101 | 10101100 | 110011 | 1101 | 0 | 100001 | 11000100 | 100011 | 110010 |
Color Harmonies of #5495AC
Complementary color
Monochromatic Colors of #5495AC
Black with #5495AC
Text Example
Text Example
White with #5495AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495AC; }
p { color: rgb(84,149,172); }
H1.HeaderClassName
{
color: #5495AC;
}
.AnyTagClassName
{
color: #5495AC;
}
</style>
background-color css
<style>
a { background-color: #5495AC; }
a { background-color: rgb(84,149,172); }
div.DivClassName
{
background-color: #5495AC;
}
.BgClassName
{
background-color: #5495AC;
}
</style>
border-color css
<style>
span { border-color: #5495AC; }
span { border-color: rgb(84,149,172); }
td.TdClassName
{
border-color: #5495AC;
}
.TagClassName
{
border-color: #5495AC;
}
</style>