Shades of Air Force Blue #567F9A
Tints of Air Force Blue #567F9A
RGB
CMYK
RGB Variations
Color information
#567F9A (or 0x567F9A) is known color: Air Force Blue. HEX triplet: 56, 7F and 9A. RGB value is (86,127,154). Sum of RGB (Red+Green+Blue) = 86+127+154=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #567F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F9A is #A98065. Grayscale: #757575. Windows color (decimal): -11108454 or 10125142. OLE color: 10125142.
HSL color Cylindrical-coordinate representation of color #567F9A: hue angle of 203.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567F9A is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 127 | 154 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.40 |
| HSL | 203.82º | 0.28% | 0.47% | - |
| HSV(B) | 203.82º | 0.44% | 0.6% | - |
| XYZ | 17.26 | 19.49 | 33.42 | - |
| YUV | 117.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 154 | 0.44 | 0.18 | 0 | 0.40 | 203.82 | 0.28 | 0.47 |
| Hex | 56 | 7F | 9A | 2C | 12 | 0 | 28 | CC | 1C | 2F |
| Octal | 126 | 177 | 232 | 54 | 22 | 0 | 50 | 314 | 34 | 57 |
| Binary | 1010110 | 1111111 | 10011010 | 101100 | 10010 | 0 | 101000 | 11001100 | 11100 | 101111 |
Color Harmonies of #567F9A
Complementary color
Monochromatic Colors of #567F9A
Black with #567F9A
Text Example
Text Example
White with #567F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F9A; }
p { color: rgb(86,127,154); }
H1.HeaderClassName
{
color: #567F9A;
}
.AnyTagClassName
{
color: #567F9A;
}
</style>
background-color css
<style>
a { background-color: #567F9A; }
a { background-color: rgb(86,127,154); }
div.DivClassName
{
background-color: #567F9A;
}
.BgClassName
{
background-color: #567F9A;
}
</style>
border-color css
<style>
span { border-color: #567F9A; }
span { border-color: rgb(86,127,154); }
td.TdClassName
{
border-color: #567F9A;
}
.TagClassName
{
border-color: #567F9A;
}
</style>