Shades of Air Force Blue #5F7EA0
Tints of Air Force Blue #5F7EA0
RGB
CMYK
RGB Variations
Color information
#5F7EA0 (or 0x5F7EA0) is known color: Air Force Blue. HEX triplet: 5F, 7E and A0. RGB value is (95,126,160). Sum of RGB (Red+Green+Blue) = 95+126+160=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F7EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7EA0 is #A0815F. Grayscale: #787878. Windows color (decimal): -10518880 or 10518111. OLE color: 10518111.
HSL color Cylindrical-coordinate representation of color #5F7EA0: hue angle of 211.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F7EA0 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 126 | 160 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.37 |
| HSL | 211.38º | 0.25% | 0.5% | - |
| HSV(B) | 211.38º | 0.41% | 0.63% | - |
| XYZ | 18.53 | 19.89 | 36.12 | - |
| YUV | 120.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 160 | 0.41 | 0.21 | 0 | 0.37 | 211.38 | 0.25 | 0.5 |
| Hex | 5F | 7E | A0 | 29 | 15 | 0 | 25 | D3 | 19 | 32 |
| Octal | 137 | 176 | 240 | 51 | 25 | 0 | 45 | 323 | 31 | 62 |
| Binary | 1011111 | 1111110 | 10100000 | 101001 | 10101 | 0 | 100101 | 11010011 | 11001 | 110010 |
Color Harmonies of #5F7EA0
Complementary color
Monochromatic Colors of #5F7EA0
Black with #5F7EA0
Text Example
Text Example
White with #5F7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7EA0; }
p { color: rgb(95,126,160); }
H1.HeaderClassName
{
color: #5F7EA0;
}
.AnyTagClassName
{
color: #5F7EA0;
}
</style>
background-color css
<style>
a { background-color: #5F7EA0; }
a { background-color: rgb(95,126,160); }
div.DivClassName
{
background-color: #5F7EA0;
}
.BgClassName
{
background-color: #5F7EA0;
}
</style>
border-color css
<style>
span { border-color: #5F7EA0; }
span { border-color: rgb(95,126,160); }
td.TdClassName
{
border-color: #5F7EA0;
}
.TagClassName
{
border-color: #5F7EA0;
}
</style>