Shades of Boston Blue #5396AC
Tints of Boston Blue #5396AC
RGB
CMYK
RGB Variations
Color information
#5396AC (or 0x5396AC) is known color: Boston Blue. HEX triplet: 53, 96 and AC. RGB value is (83,150,172). Sum of RGB (Red+Green+Blue) = 83+150+172=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 150 (58.98% from 255 or 37.04% 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 #5396AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5396AC is #AC6953. Grayscale: #848484. Windows color (decimal): -11299156 or 11310675. OLE color: 11310675.
HSL color Cylindrical-coordinate representation of color #5396AC: hue angle of 194.83º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5396AC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 150 | 172 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.33 |
| HSL | 194.83º | 0.35% | 0.5% | - |
| HSV(B) | 194.83º | 0.52% | 0.67% | - |
| XYZ | 21.92 | 26.63 | 43.01 | - |
| YUV | 132.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 172 | 0.52 | 0.13 | 0 | 0.33 | 194.83 | 0.35 | 0.5 |
| Hex | 53 | 96 | AC | 34 | D | 0 | 21 | C3 | 23 | 32 |
| Octal | 123 | 226 | 254 | 64 | 15 | 0 | 41 | 303 | 43 | 62 |
| Binary | 1010011 | 10010110 | 10101100 | 110100 | 1101 | 0 | 100001 | 11000011 | 100011 | 110010 |
Color Harmonies of #5396AC
Complementary color
Monochromatic Colors of #5396AC
Black with #5396AC
Text Example
Text Example
White with #5396AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396AC; }
p { color: rgb(83,150,172); }
H1.HeaderClassName
{
color: #5396AC;
}
.AnyTagClassName
{
color: #5396AC;
}
</style>
background-color css
<style>
a { background-color: #5396AC; }
a { background-color: rgb(83,150,172); }
div.DivClassName
{
background-color: #5396AC;
}
.BgClassName
{
background-color: #5396AC;
}
</style>
border-color css
<style>
span { border-color: #5396AC; }
span { border-color: rgb(83,150,172); }
td.TdClassName
{
border-color: #5396AC;
}
.TagClassName
{
border-color: #5396AC;
}
</style>