Shades of Air Force Blue #5F8AAF
Tints of Air Force Blue #5F8AAF
RGB
CMYK
RGB Variations
Color information
#5F8AAF (or 0x5F8AAF) is known color: Air Force Blue. HEX triplet: 5F, 8A and AF. RGB value is (95,138,175). Sum of RGB (Red+Green+Blue) = 95+138+175=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F8AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8AAF is #A07550. Grayscale: #818181. Windows color (decimal): -10515793 or 11504223. OLE color: 11504223.
HSL color Cylindrical-coordinate representation of color #5F8AAF: hue angle of 207.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F8AAF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 138 | 175 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.31 |
| HSL | 207.75º | 0.33% | 0.53% | - |
| HSV(B) | 207.75º | 0.46% | 0.69% | - |
| XYZ | 21.55 | 23.71 | 44 | - |
| YUV | 129.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 175 | 0.46 | 0.21 | 0 | 0.31 | 207.75 | 0.33 | 0.53 |
| Hex | 5F | 8A | AF | 2E | 15 | 0 | 1F | D0 | 21 | 35 |
| Octal | 137 | 212 | 257 | 56 | 25 | 0 | 37 | 320 | 41 | 65 |
| Binary | 1011111 | 10001010 | 10101111 | 101110 | 10101 | 0 | 11111 | 11010000 | 100001 | 110101 |
Color Harmonies of #5F8AAF
Complementary color
Monochromatic Colors of #5F8AAF
Black with #5F8AAF
Text Example
Text Example
White with #5F8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8AAF; }
p { color: rgb(95,138,175); }
H1.HeaderClassName
{
color: #5F8AAF;
}
.AnyTagClassName
{
color: #5F8AAF;
}
</style>
background-color css
<style>
a { background-color: #5F8AAF; }
a { background-color: rgb(95,138,175); }
div.DivClassName
{
background-color: #5F8AAF;
}
.BgClassName
{
background-color: #5F8AAF;
}
</style>
border-color css
<style>
span { border-color: #5F8AAF; }
span { border-color: rgb(95,138,175); }
td.TdClassName
{
border-color: #5F8AAF;
}
.TagClassName
{
border-color: #5F8AAF;
}
</style>