Shades of Air Force Blue #537FAA
Tints of Air Force Blue #537FAA
RGB
CMYK
RGB Variations
Color information
#537FAA (or 0x537FAA) is known color: Air Force Blue. HEX triplet: 53, 7F and AA. RGB value is (83,127,170). Sum of RGB (Red+Green+Blue) = 83+127+170=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #537FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FAA is #AC8055. Grayscale: #767676. Windows color (decimal): -11305046 or 11173715. OLE color: 11173715.
HSL color Cylindrical-coordinate representation of color #537FAA: hue angle of 209.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #537FAA is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 127 | 170 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.33 |
| HSL | 209.66º | 0.34% | 0.5% | - |
| HSV(B) | 209.66º | 0.51% | 0.67% | - |
| XYZ | 18.41 | 19.92 | 40.9 | - |
| YUV | 118.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 170 | 0.51 | 0.25 | 0 | 0.33 | 209.66 | 0.34 | 0.5 |
| Hex | 53 | 7F | AA | 33 | 19 | 0 | 21 | D2 | 22 | 32 |
| Octal | 123 | 177 | 252 | 63 | 31 | 0 | 41 | 322 | 42 | 62 |
| Binary | 1010011 | 1111111 | 10101010 | 110011 | 11001 | 0 | 100001 | 11010010 | 100010 | 110010 |
Color Harmonies of #537FAA
Complementary color
Monochromatic Colors of #537FAA
Black with #537FAA
Text Example
Text Example
White with #537FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FAA; }
p { color: rgb(83,127,170); }
H1.HeaderClassName
{
color: #537FAA;
}
.AnyTagClassName
{
color: #537FAA;
}
</style>
background-color css
<style>
a { background-color: #537FAA; }
a { background-color: rgb(83,127,170); }
div.DivClassName
{
background-color: #537FAA;
}
.BgClassName
{
background-color: #537FAA;
}
</style>
border-color css
<style>
span { border-color: #537FAA; }
span { border-color: rgb(83,127,170); }
td.TdClassName
{
border-color: #537FAA;
}
.TagClassName
{
border-color: #537FAA;
}
</style>