Shades of Boston Blue #5395AB
Tints of Boston Blue #5395AB
RGB
CMYK
RGB Variations
Color information
#5395AB (or 0x5395AB) is known color: Boston Blue. HEX triplet: 53, 95 and AB. RGB value is (83,149,171). Sum of RGB (Red+Green+Blue) = 83+149+171=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #5395AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5395AB is #AC6A54. Grayscale: #838383. Windows color (decimal): -11299413 or 11244883. OLE color: 11244883.
HSL color Cylindrical-coordinate representation of color #5395AB: hue angle of 195º 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 #5395AB is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 149 | 171 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.33 |
| HSL | 195º | 0.35% | 0.5% | - |
| HSV(B) | 195º | 0.51% | 0.67% | - |
| XYZ | 21.67 | 26.27 | 42.46 | - |
| YUV | 131.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 171 | 0.51 | 0.13 | 0 | 0.33 | 195 | 0.35 | 0.5 |
| Hex | 53 | 95 | AB | 33 | D | 0 | 21 | C3 | 23 | 32 |
| Octal | 123 | 225 | 253 | 63 | 15 | 0 | 41 | 303 | 43 | 62 |
| Binary | 1010011 | 10010101 | 10101011 | 110011 | 1101 | 0 | 100001 | 11000011 | 100011 | 110010 |
Color Harmonies of #5395AB
Complementary color
Monochromatic Colors of #5395AB
Black with #5395AB
Text Example
Text Example
White with #5395AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5395AB; }
p { color: rgb(83,149,171); }
H1.HeaderClassName
{
color: #5395AB;
}
.AnyTagClassName
{
color: #5395AB;
}
</style>
background-color css
<style>
a { background-color: #5395AB; }
a { background-color: rgb(83,149,171); }
div.DivClassName
{
background-color: #5395AB;
}
.BgClassName
{
background-color: #5395AB;
}
</style>
border-color css
<style>
span { border-color: #5395AB; }
span { border-color: rgb(83,149,171); }
td.TdClassName
{
border-color: #5395AB;
}
.TagClassName
{
border-color: #5395AB;
}
</style>