Shades of Air Force Blue #5F8FA2
Tints of Air Force Blue #5F8FA2
RGB
CMYK
RGB Variations
Color information
#5F8FA2 (or 0x5F8FA2) is known color: Air Force Blue. HEX triplet: 5F, 8F and A2. RGB value is (95,143,162). Sum of RGB (Red+Green+Blue) = 95+143+162=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F8FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8FA2 is #A0705D. Grayscale: #828282. Windows color (decimal): -10514526 or 10653535. OLE color: 10653535.
HSL color Cylindrical-coordinate representation of color #5F8FA2: hue angle of 197.01º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F8FA2 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 143 | 162 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.36 |
| HSL | 197.01º | 0.26% | 0.5% | - |
| HSV(B) | 197.01º | 0.41% | 0.64% | - |
| XYZ | 21.06 | 24.69 | 37.84 | - |
| YUV | 130.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 162 | 0.41 | 0.12 | 0 | 0.36 | 197.01 | 0.26 | 0.5 |
| Hex | 5F | 8F | A2 | 29 | C | 0 | 24 | C5 | 1A | 32 |
| Octal | 137 | 217 | 242 | 51 | 14 | 0 | 44 | 305 | 32 | 62 |
| Binary | 1011111 | 10001111 | 10100010 | 101001 | 1100 | 0 | 100100 | 11000101 | 11010 | 110010 |
Color Harmonies of #5F8FA2
Complementary color
Monochromatic Colors of #5F8FA2
Black with #5F8FA2
Text Example
Text Example
White with #5F8FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FA2; }
p { color: rgb(95,143,162); }
H1.HeaderClassName
{
color: #5F8FA2;
}
.AnyTagClassName
{
color: #5F8FA2;
}
</style>
background-color css
<style>
a { background-color: #5F8FA2; }
a { background-color: rgb(95,143,162); }
div.DivClassName
{
background-color: #5F8FA2;
}
.BgClassName
{
background-color: #5F8FA2;
}
</style>
border-color css
<style>
span { border-color: #5F8FA2; }
span { border-color: rgb(95,143,162); }
td.TdClassName
{
border-color: #5F8FA2;
}
.TagClassName
{
border-color: #5F8FA2;
}
</style>