Shades of Air Force Blue #5985AF
Tints of Air Force Blue #5985AF
RGB
CMYK
RGB Variations
Color information
#5985AF (or 0x5985AF) is known color: Air Force Blue. HEX triplet: 59, 85 and AF. RGB value is (89,133,175). Sum of RGB (Red+Green+Blue) = 89+133+175=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5985AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5985AF is #A67A50. Grayscale: #7C7C7C. Windows color (decimal): -10910289 or 11502937. OLE color: 11502937.
HSL color Cylindrical-coordinate representation of color #5985AF: hue angle of 209.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5985AF is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 133 | 175 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.31 |
| HSL | 209.3º | 0.35% | 0.52% | - |
| HSV(B) | 209.3º | 0.49% | 0.69% | - |
| XYZ | 20.25 | 21.99 | 43.74 | - |
| YUV | 124.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 175 | 0.49 | 0.24 | 0 | 0.31 | 209.3 | 0.35 | 0.52 |
| Hex | 59 | 85 | AF | 31 | 18 | 0 | 1F | D1 | 23 | 34 |
| Octal | 131 | 205 | 257 | 61 | 30 | 0 | 37 | 321 | 43 | 64 |
| Binary | 1011001 | 10000101 | 10101111 | 110001 | 11000 | 0 | 11111 | 11010001 | 100011 | 110100 |
Color Harmonies of #5985AF
Complementary color
Monochromatic Colors of #5985AF
Black with #5985AF
Text Example
Text Example
White with #5985AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5985AF; }
p { color: rgb(89,133,175); }
H1.HeaderClassName
{
color: #5985AF;
}
.AnyTagClassName
{
color: #5985AF;
}
</style>
background-color css
<style>
a { background-color: #5985AF; }
a { background-color: rgb(89,133,175); }
div.DivClassName
{
background-color: #5985AF;
}
.BgClassName
{
background-color: #5985AF;
}
</style>
border-color css
<style>
span { border-color: #5985AF; }
span { border-color: rgb(89,133,175); }
td.TdClassName
{
border-color: #5985AF;
}
.TagClassName
{
border-color: #5985AF;
}
</style>