Shades of Air Force Blue #5387AD
Tints of Air Force Blue #5387AD
RGB
CMYK
RGB Variations
Color information
#5387AD (or 0x5387AD) is known color: Air Force Blue. HEX triplet: 53, 87 and AD. RGB value is (83,135,173). Sum of RGB (Red+Green+Blue) = 83+135+173=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5387AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5387AD is #AC7852. Grayscale: #7B7B7B. Windows color (decimal): -11302995 or 11372371. OLE color: 11372371.
HSL color Cylindrical-coordinate representation of color #5387AD: hue angle of 205.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 #5387AD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 135 | 173 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.32 |
| HSL | 205.33º | 0.35% | 0.5% | - |
| HSV(B) | 205.33º | 0.52% | 0.68% | - |
| XYZ | 19.77 | 22.18 | 42.77 | - |
| YUV | 123.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 173 | 0.52 | 0.22 | 0 | 0.32 | 205.33 | 0.35 | 0.5 |
| Hex | 53 | 87 | AD | 34 | 16 | 0 | 20 | CD | 23 | 32 |
| Octal | 123 | 207 | 255 | 64 | 26 | 0 | 40 | 315 | 43 | 62 |
| Binary | 1010011 | 10000111 | 10101101 | 110100 | 10110 | 0 | 100000 | 11001101 | 100011 | 110010 |
Color Harmonies of #5387AD
Complementary color
Monochromatic Colors of #5387AD
Black with #5387AD
Text Example
Text Example
White with #5387AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5387AD; }
p { color: rgb(83,135,173); }
H1.HeaderClassName
{
color: #5387AD;
}
.AnyTagClassName
{
color: #5387AD;
}
</style>
background-color css
<style>
a { background-color: #5387AD; }
a { background-color: rgb(83,135,173); }
div.DivClassName
{
background-color: #5387AD;
}
.BgClassName
{
background-color: #5387AD;
}
</style>
border-color css
<style>
span { border-color: #5387AD; }
span { border-color: rgb(83,135,173); }
td.TdClassName
{
border-color: #5387AD;
}
.TagClassName
{
border-color: #5387AD;
}
</style>