Shades of Air Force Blue #5787A7
Tints of Air Force Blue #5787A7
RGB
CMYK
RGB Variations
Color information
#5787A7 (or 0x5787A7) is known color: Air Force Blue. HEX triplet: 57, 87 and A7. RGB value is (87,135,167). Sum of RGB (Red+Green+Blue) = 87+135+167=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #5787A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5787A7 is #A87858. Grayscale: #7C7C7C. Windows color (decimal): -11040857 or 10979159. OLE color: 10979159.
HSL color Cylindrical-coordinate representation of color #5787A7: hue angle of 204º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5787A7 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 135 | 167 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.35 |
| HSL | 204º | 0.31% | 0.5% | - |
| HSV(B) | 204º | 0.48% | 0.65% | - |
| XYZ | 19.57 | 22.14 | 39.8 | - |
| YUV | 124.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 135 | 167 | 0.48 | 0.19 | 0 | 0.35 | 204 | 0.31 | 0.5 |
| Hex | 57 | 87 | A7 | 30 | 13 | 0 | 23 | CC | 1F | 32 |
| Octal | 127 | 207 | 247 | 60 | 23 | 0 | 43 | 314 | 37 | 62 |
| Binary | 1010111 | 10000111 | 10100111 | 110000 | 10011 | 0 | 100011 | 11001100 | 11111 | 110010 |
Color Harmonies of #5787A7
Complementary color
Monochromatic Colors of #5787A7
Black with #5787A7
Text Example
Text Example
White with #5787A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5787A7; }
p { color: rgb(87,135,167); }
H1.HeaderClassName
{
color: #5787A7;
}
.AnyTagClassName
{
color: #5787A7;
}
</style>
background-color css
<style>
a { background-color: #5787A7; }
a { background-color: rgb(87,135,167); }
div.DivClassName
{
background-color: #5787A7;
}
.BgClassName
{
background-color: #5787A7;
}
</style>
border-color css
<style>
span { border-color: #5787A7; }
span { border-color: rgb(87,135,167); }
td.TdClassName
{
border-color: #5787A7;
}
.TagClassName
{
border-color: #5787A7;
}
</style>