Shades of Boston Blue #5393AC
Tints of Boston Blue #5393AC
RGB
CMYK
RGB Variations
Color information
#5393AC (or 0x5393AC) is known color: Boston Blue. HEX triplet: 53, 93 and AC. RGB value is (83,147,172). Sum of RGB (Red+Green+Blue) = 83+147+172=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #5393AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5393AC is #AC6C53. Grayscale: #828282. Windows color (decimal): -11299924 or 11309907. OLE color: 11309907.
HSL color Cylindrical-coordinate representation of color #5393AC: hue angle of 196.85º 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 #5393AC is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 147 | 172 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.33 |
| HSL | 196.85º | 0.35% | 0.5% | - |
| HSV(B) | 196.85º | 0.52% | 0.67% | - |
| XYZ | 21.45 | 25.69 | 42.86 | - |
| YUV | 130.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 172 | 0.52 | 0.15 | 0 | 0.33 | 196.85 | 0.35 | 0.5 |
| Hex | 53 | 93 | AC | 34 | F | 0 | 21 | C5 | 23 | 32 |
| Octal | 123 | 223 | 254 | 64 | 17 | 0 | 41 | 305 | 43 | 62 |
| Binary | 1010011 | 10010011 | 10101100 | 110100 | 1111 | 0 | 100001 | 11000101 | 100011 | 110010 |
Color Harmonies of #5393AC
Complementary color
Monochromatic Colors of #5393AC
Black with #5393AC
Text Example
Text Example
White with #5393AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5393AC; }
p { color: rgb(83,147,172); }
H1.HeaderClassName
{
color: #5393AC;
}
.AnyTagClassName
{
color: #5393AC;
}
</style>
background-color css
<style>
a { background-color: #5393AC; }
a { background-color: rgb(83,147,172); }
div.DivClassName
{
background-color: #5393AC;
}
.BgClassName
{
background-color: #5393AC;
}
</style>
border-color css
<style>
span { border-color: #5393AC; }
span { border-color: rgb(83,147,172); }
td.TdClassName
{
border-color: #5393AC;
}
.TagClassName
{
border-color: #5393AC;
}
</style>