Shades of Air Force Blue #5587A7
Tints of Air Force Blue #5587A7
RGB
CMYK
RGB Variations
Color information
#5587A7 (or 0x5587A7) is known color: Air Force Blue. HEX triplet: 55, 87 and A7. RGB value is (85,135,167). Sum of RGB (Red+Green+Blue) = 85+135+167=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #5587A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5587A7 is #AA7858. Grayscale: #7B7B7B. Windows color (decimal): -11171929 or 10979157. OLE color: 10979157.
HSL color Cylindrical-coordinate representation of color #5587A7: hue angle of 203.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5587A7 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 135 | 167 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.35 |
| HSL | 203.41º | 0.33% | 0.49% | - |
| HSV(B) | 203.41º | 0.49% | 0.65% | - |
| XYZ | 19.39 | 22.05 | 39.79 | - |
| YUV | 123.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 167 | 0.49 | 0.19 | 0 | 0.35 | 203.41 | 0.33 | 0.49 |
| Hex | 55 | 87 | A7 | 31 | 13 | 0 | 23 | CB | 21 | 31 |
| Octal | 125 | 207 | 247 | 61 | 23 | 0 | 43 | 313 | 41 | 61 |
| Binary | 1010101 | 10000111 | 10100111 | 110001 | 10011 | 0 | 100011 | 11001011 | 100001 | 110001 |
Color Harmonies of #5587A7
Complementary color
Monochromatic Colors of #5587A7
Black with #5587A7
Text Example
Text Example
White with #5587A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5587A7; }
p { color: rgb(85,135,167); }
H1.HeaderClassName
{
color: #5587A7;
}
.AnyTagClassName
{
color: #5587A7;
}
</style>
background-color css
<style>
a { background-color: #5587A7; }
a { background-color: rgb(85,135,167); }
div.DivClassName
{
background-color: #5587A7;
}
.BgClassName
{
background-color: #5587A7;
}
</style>
border-color css
<style>
span { border-color: #5587A7; }
span { border-color: rgb(85,135,167); }
td.TdClassName
{
border-color: #5587A7;
}
.TagClassName
{
border-color: #5587A7;
}
</style>