Shades of Air Force Blue #5F92AB
Tints of Air Force Blue #5F92AB
RGB
CMYK
RGB Variations
Color information
#5F92AB (or 0x5F92AB) is known color: Air Force Blue. HEX triplet: 5F, 92 and AB. RGB value is (95,146,171). Sum of RGB (Red+Green+Blue) = 95+146+171=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F92AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F92AB is #A06D54. Grayscale: #858585. Windows color (decimal): -10513749 or 11244127. OLE color: 11244127.
HSL color Cylindrical-coordinate representation of color #5F92AB: hue angle of 199.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F92AB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 146 | 171 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.33 |
| HSL | 199.74º | 0.31% | 0.52% | - |
| HSV(B) | 199.74º | 0.44% | 0.67% | - |
| XYZ | 22.35 | 25.93 | 42.36 | - |
| YUV | 133.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 171 | 0.44 | 0.15 | 0 | 0.33 | 199.74 | 0.31 | 0.52 |
| Hex | 5F | 92 | AB | 2C | F | 0 | 21 | C8 | 1F | 34 |
| Octal | 137 | 222 | 253 | 54 | 17 | 0 | 41 | 310 | 37 | 64 |
| Binary | 1011111 | 10010010 | 10101011 | 101100 | 1111 | 0 | 100001 | 11001000 | 11111 | 110100 |
Color Harmonies of #5F92AB
Complementary color
Monochromatic Colors of #5F92AB
Black with #5F92AB
Text Example
Text Example
White with #5F92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F92AB; }
p { color: rgb(95,146,171); }
H1.HeaderClassName
{
color: #5F92AB;
}
.AnyTagClassName
{
color: #5F92AB;
}
</style>
background-color css
<style>
a { background-color: #5F92AB; }
a { background-color: rgb(95,146,171); }
div.DivClassName
{
background-color: #5F92AB;
}
.BgClassName
{
background-color: #5F92AB;
}
</style>
border-color css
<style>
span { border-color: #5F92AB; }
span { border-color: rgb(95,146,171); }
td.TdClassName
{
border-color: #5F92AB;
}
.TagClassName
{
border-color: #5F92AB;
}
</style>