Shades of Air Force Blue #5F7BA2
Tints of Air Force Blue #5F7BA2
RGB
CMYK
RGB Variations
Color information
#5F7BA2 (or 0x5F7BA2) is known color: Air Force Blue. HEX triplet: 5F, 7B and A2. RGB value is (95,123,162). Sum of RGB (Red+Green+Blue) = 95+123+162=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F7BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7BA2 is #A0845D. Grayscale: #767676. Windows color (decimal): -10519646 or 10648415. OLE color: 10648415.
HSL color Cylindrical-coordinate representation of color #5F7BA2: hue angle of 214.93º 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 #5F7BA2 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 123 | 162 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.36 |
| HSL | 214.93º | 0.26% | 0.5% | - |
| HSV(B) | 214.93º | 0.41% | 0.64% | - |
| XYZ | 18.32 | 19.21 | 36.92 | - |
| YUV | 119.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 162 | 0.41 | 0.24 | 0 | 0.36 | 214.93 | 0.26 | 0.5 |
| Hex | 5F | 7B | A2 | 29 | 18 | 0 | 24 | D7 | 1A | 32 |
| Octal | 137 | 173 | 242 | 51 | 30 | 0 | 44 | 327 | 32 | 62 |
| Binary | 1011111 | 1111011 | 10100010 | 101001 | 11000 | 0 | 100100 | 11010111 | 11010 | 110010 |
Color Harmonies of #5F7BA2
Complementary color
Monochromatic Colors of #5F7BA2
Black with #5F7BA2
Text Example
Text Example
White with #5F7BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BA2; }
p { color: rgb(95,123,162); }
H1.HeaderClassName
{
color: #5F7BA2;
}
.AnyTagClassName
{
color: #5F7BA2;
}
</style>
background-color css
<style>
a { background-color: #5F7BA2; }
a { background-color: rgb(95,123,162); }
div.DivClassName
{
background-color: #5F7BA2;
}
.BgClassName
{
background-color: #5F7BA2;
}
</style>
border-color css
<style>
span { border-color: #5F7BA2; }
span { border-color: rgb(95,123,162); }
td.TdClassName
{
border-color: #5F7BA2;
}
.TagClassName
{
border-color: #5F7BA2;
}
</style>