Shades of Air Force Blue #567BA9
Tints of Air Force Blue #567BA9
RGB
CMYK
RGB Variations
Color information
#567BA9 (or 0x567BA9) is known color: Air Force Blue. HEX triplet: 56, 7B and A9. RGB value is (86,123,169). Sum of RGB (Red+Green+Blue) = 86+123+169=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #567BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567BA9 is #A98456. Grayscale: #747474. Windows color (decimal): -11109463 or 11107158. OLE color: 11107158.
HSL color Cylindrical-coordinate representation of color #567BA9: hue angle of 213.25º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #567BA9 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 123 | 169 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.34 |
| HSL | 213.25º | 0.33% | 0.5% | - |
| HSV(B) | 213.25º | 0.49% | 0.66% | - |
| XYZ | 18.08 | 19.01 | 40.25 | - |
| YUV | 117.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 169 | 0.49 | 0.27 | 0 | 0.34 | 213.25 | 0.33 | 0.5 |
| Hex | 56 | 7B | A9 | 31 | 1B | 0 | 22 | D5 | 21 | 32 |
| Octal | 126 | 173 | 251 | 61 | 33 | 0 | 42 | 325 | 41 | 62 |
| Binary | 1010110 | 1111011 | 10101001 | 110001 | 11011 | 0 | 100010 | 11010101 | 100001 | 110010 |
Color Harmonies of #567BA9
Complementary color
Monochromatic Colors of #567BA9
Black with #567BA9
Text Example
Text Example
White with #567BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567BA9; }
p { color: rgb(86,123,169); }
H1.HeaderClassName
{
color: #567BA9;
}
.AnyTagClassName
{
color: #567BA9;
}
</style>
background-color css
<style>
a { background-color: #567BA9; }
a { background-color: rgb(86,123,169); }
div.DivClassName
{
background-color: #567BA9;
}
.BgClassName
{
background-color: #567BA9;
}
</style>
border-color css
<style>
span { border-color: #567BA9; }
span { border-color: rgb(86,123,169); }
td.TdClassName
{
border-color: #567BA9;
}
.TagClassName
{
border-color: #567BA9;
}
</style>