Shades of Air Force Blue #5F91AE
Tints of Air Force Blue #5F91AE
RGB
CMYK
RGB Variations
Color information
#5F91AE (or 0x5F91AE) is known color: Air Force Blue. HEX triplet: 5F, 91 and AE. RGB value is (95,145,174). Sum of RGB (Red+Green+Blue) = 95+145+174=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F91AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F91AE is #A06E51. Grayscale: #858585. Windows color (decimal): -10514002 or 11440479. OLE color: 11440479.
HSL color Cylindrical-coordinate representation of color #5F91AE: hue angle of 202.03º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F91AE is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 145 | 174 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.32 |
| HSL | 202.03º | 0.33% | 0.53% | - |
| HSV(B) | 202.03º | 0.45% | 0.68% | - |
| XYZ | 22.48 | 25.74 | 43.83 | - |
| YUV | 133.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 174 | 0.45 | 0.17 | 0 | 0.32 | 202.03 | 0.33 | 0.53 |
| Hex | 5F | 91 | AE | 2D | 11 | 0 | 20 | CA | 21 | 35 |
| Octal | 137 | 221 | 256 | 55 | 21 | 0 | 40 | 312 | 41 | 65 |
| Binary | 1011111 | 10010001 | 10101110 | 101101 | 10001 | 0 | 100000 | 11001010 | 100001 | 110101 |
Color Harmonies of #5F91AE
Complementary color
Monochromatic Colors of #5F91AE
Black with #5F91AE
Text Example
Text Example
White with #5F91AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F91AE; }
p { color: rgb(95,145,174); }
H1.HeaderClassName
{
color: #5F91AE;
}
.AnyTagClassName
{
color: #5F91AE;
}
</style>
background-color css
<style>
a { background-color: #5F91AE; }
a { background-color: rgb(95,145,174); }
div.DivClassName
{
background-color: #5F91AE;
}
.BgClassName
{
background-color: #5F91AE;
}
</style>
border-color css
<style>
span { border-color: #5F91AE; }
span { border-color: rgb(95,145,174); }
td.TdClassName
{
border-color: #5F91AE;
}
.TagClassName
{
border-color: #5F91AE;
}
</style>