Shades of Boston Blue #5393AD
Tints of Boston Blue #5393AD
RGB
CMYK
RGB Variations
Color information
#5393AD (or 0x5393AD) is known color: Boston Blue. HEX triplet: 53, 93 and AD. RGB value is (83,147,173). Sum of RGB (Red+Green+Blue) = 83+147+173=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #5393AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5393AD is #AC6C52. Grayscale: #828282. Windows color (decimal): -11299923 or 11375443. OLE color: 11375443.
HSL color Cylindrical-coordinate representation of color #5393AD: hue angle of 197.33º degrees, saturation: 0.35, 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 #5393AD is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 147 | 173 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.32 |
| HSL | 197.33º | 0.35% | 0.5% | - |
| HSV(B) | 197.33º | 0.52% | 0.68% | - |
| XYZ | 21.54 | 25.72 | 43.36 | - |
| YUV | 130.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 173 | 0.52 | 0.15 | 0 | 0.32 | 197.33 | 0.35 | 0.5 |
| Hex | 53 | 93 | AD | 34 | F | 0 | 20 | C5 | 23 | 32 |
| Octal | 123 | 223 | 255 | 64 | 17 | 0 | 40 | 305 | 43 | 62 |
| Binary | 1010011 | 10010011 | 10101101 | 110100 | 1111 | 0 | 100000 | 11000101 | 100011 | 110010 |
Color Harmonies of #5393AD
Complementary color
Monochromatic Colors of #5393AD
Black with #5393AD
Text Example
Text Example
White with #5393AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393AD; }
p { color: rgb(83,147,173); }
H1.HeaderClassName
{
color: #5393AD;
}
.AnyTagClassName
{
color: #5393AD;
}
</style>
background-color css
<style>
a { background-color: #5393AD; }
a { background-color: rgb(83,147,173); }
div.DivClassName
{
background-color: #5393AD;
}
.BgClassName
{
background-color: #5393AD;
}
</style>
border-color css
<style>
span { border-color: #5393AD; }
span { border-color: rgb(83,147,173); }
td.TdClassName
{
border-color: #5393AD;
}
.TagClassName
{
border-color: #5393AD;
}
</style>