Shades of Air Force Blue #5787AD
Tints of Air Force Blue #5787AD
RGB
CMYK
RGB Variations
Color information
#5787AD (or 0x5787AD) is known color: Air Force Blue. HEX triplet: 57, 87 and AD. RGB value is (87,135,173). Sum of RGB (Red+Green+Blue) = 87+135+173=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #5787AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5787AD is #A87852. Grayscale: #7C7C7C. Windows color (decimal): -11040851 or 11372375. OLE color: 11372375.
HSL color Cylindrical-coordinate representation of color #5787AD: hue angle of 206.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5787AD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 135 | 173 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.32 |
| HSL | 206.51º | 0.34% | 0.51% | - |
| HSV(B) | 206.51º | 0.5% | 0.68% | - |
| XYZ | 20.14 | 22.37 | 42.79 | - |
| YUV | 124.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 135 | 173 | 0.50 | 0.22 | 0 | 0.32 | 206.51 | 0.34 | 0.51 |
| Hex | 57 | 87 | AD | 32 | 16 | 0 | 20 | CF | 22 | 33 |
| Octal | 127 | 207 | 255 | 62 | 26 | 0 | 40 | 317 | 42 | 63 |
| Binary | 1010111 | 10000111 | 10101101 | 110010 | 10110 | 0 | 100000 | 11001111 | 100010 | 110011 |
Color Harmonies of #5787AD
Complementary color
Monochromatic Colors of #5787AD
Black with #5787AD
Text Example
Text Example
White with #5787AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5787AD; }
p { color: rgb(87,135,173); }
H1.HeaderClassName
{
color: #5787AD;
}
.AnyTagClassName
{
color: #5787AD;
}
</style>
background-color css
<style>
a { background-color: #5787AD; }
a { background-color: rgb(87,135,173); }
div.DivClassName
{
background-color: #5787AD;
}
.BgClassName
{
background-color: #5787AD;
}
</style>
border-color css
<style>
span { border-color: #5787AD; }
span { border-color: rgb(87,135,173); }
td.TdClassName
{
border-color: #5787AD;
}
.TagClassName
{
border-color: #5787AD;
}
</style>