Shades of Boston Blue #5393AE
Tints of Boston Blue #5393AE
RGB
CMYK
RGB Variations
Color information
#5393AE (or 0x5393AE) is known color: Boston Blue. HEX triplet: 53, 93 and AE. RGB value is (83,147,174). Sum of RGB (Red+Green+Blue) = 83+147+174=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #5393AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5393AE is #AC6C51. Grayscale: #828282. Windows color (decimal): -11299922 or 11440979. OLE color: 11440979.
HSL color Cylindrical-coordinate representation of color #5393AE: hue angle of 197.8º 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 #5393AE is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 147 | 174 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.32 |
| HSL | 197.8º | 0.36% | 0.5% | - |
| HSV(B) | 197.8º | 0.52% | 0.68% | - |
| XYZ | 21.64 | 25.76 | 43.88 | - |
| YUV | 130.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 174 | 0.52 | 0.16 | 0 | 0.32 | 197.8 | 0.36 | 0.5 |
| Hex | 53 | 93 | AE | 34 | 10 | 0 | 20 | C6 | 24 | 32 |
| Octal | 123 | 223 | 256 | 64 | 20 | 0 | 40 | 306 | 44 | 62 |
| Binary | 1010011 | 10010011 | 10101110 | 110100 | 10000 | 0 | 100000 | 11000110 | 100100 | 110010 |
Color Harmonies of #5393AE
Complementary color
Monochromatic Colors of #5393AE
Black with #5393AE
Text Example
Text Example
White with #5393AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393AE; }
p { color: rgb(83,147,174); }
H1.HeaderClassName
{
color: #5393AE;
}
.AnyTagClassName
{
color: #5393AE;
}
</style>
background-color css
<style>
a { background-color: #5393AE; }
a { background-color: rgb(83,147,174); }
div.DivClassName
{
background-color: #5393AE;
}
.BgClassName
{
background-color: #5393AE;
}
</style>
border-color css
<style>
span { border-color: #5393AE; }
span { border-color: rgb(83,147,174); }
td.TdClassName
{
border-color: #5393AE;
}
.TagClassName
{
border-color: #5393AE;
}
</style>