Shades of Boston Blue #5394AE
Tints of Boston Blue #5394AE
RGB
CMYK
RGB Variations
Color information
#5394AE (or 0x5394AE) is known color: Boston Blue. HEX triplet: 53, 94 and AE. RGB value is (83,148,174). Sum of RGB (Red+Green+Blue) = 83+148+174=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #5394AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5394AE is #AC6B51. Grayscale: #838383. Windows color (decimal): -11299666 or 11441235. OLE color: 11441235.
HSL color Cylindrical-coordinate representation of color #5394AE: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5394AE is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 148 | 174 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.32 |
| HSL | 197.14º | 0.36% | 0.5% | - |
| HSV(B) | 197.14º | 0.52% | 0.68% | - |
| XYZ | 21.8 | 26.07 | 43.93 | - |
| YUV | 131.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 174 | 0.52 | 0.15 | 0 | 0.32 | 197.14 | 0.36 | 0.5 |
| Hex | 53 | 94 | AE | 34 | F | 0 | 20 | C5 | 24 | 32 |
| Octal | 123 | 224 | 256 | 64 | 17 | 0 | 40 | 305 | 44 | 62 |
| Binary | 1010011 | 10010100 | 10101110 | 110100 | 1111 | 0 | 100000 | 11000101 | 100100 | 110010 |
Color Harmonies of #5394AE
Complementary color
Monochromatic Colors of #5394AE
Black with #5394AE
Text Example
Text Example
White with #5394AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394AE; }
p { color: rgb(83,148,174); }
H1.HeaderClassName
{
color: #5394AE;
}
.AnyTagClassName
{
color: #5394AE;
}
</style>
background-color css
<style>
a { background-color: #5394AE; }
a { background-color: rgb(83,148,174); }
div.DivClassName
{
background-color: #5394AE;
}
.BgClassName
{
background-color: #5394AE;
}
</style>
border-color css
<style>
span { border-color: #5394AE; }
span { border-color: rgb(83,148,174); }
td.TdClassName
{
border-color: #5394AE;
}
.TagClassName
{
border-color: #5394AE;
}
</style>