Shades of Air Force Blue #537FA1
Tints of Air Force Blue #537FA1
RGB
CMYK
RGB Variations
Color information
#537FA1 (or 0x537FA1) is known color: Air Force Blue. HEX triplet: 53, 7F and A1. RGB value is (83,127,161). Sum of RGB (Red+Green+Blue) = 83+127+161=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #537FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FA1 is #AC805E. Grayscale: #757575. Windows color (decimal): -11305055 or 10583891. OLE color: 10583891.
HSL color Cylindrical-coordinate representation of color #537FA1: hue angle of 206.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #537FA1 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 127 | 161 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.37 |
| HSL | 206.15º | 0.32% | 0.48% | - |
| HSV(B) | 206.15º | 0.48% | 0.63% | - |
| XYZ | 17.59 | 19.59 | 36.57 | - |
| YUV | 117.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 161 | 0.48 | 0.21 | 0 | 0.37 | 206.15 | 0.32 | 0.48 |
| Hex | 53 | 7F | A1 | 30 | 15 | 0 | 25 | CE | 20 | 30 |
| Octal | 123 | 177 | 241 | 60 | 25 | 0 | 45 | 316 | 40 | 60 |
| Binary | 1010011 | 1111111 | 10100001 | 110000 | 10101 | 0 | 100101 | 11001110 | 100000 | 110000 |
Color Harmonies of #537FA1
Complementary color
Monochromatic Colors of #537FA1
Black with #537FA1
Text Example
Text Example
White with #537FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FA1; }
p { color: rgb(83,127,161); }
H1.HeaderClassName
{
color: #537FA1;
}
.AnyTagClassName
{
color: #537FA1;
}
</style>
background-color css
<style>
a { background-color: #537FA1; }
a { background-color: rgb(83,127,161); }
div.DivClassName
{
background-color: #537FA1;
}
.BgClassName
{
background-color: #537FA1;
}
</style>
border-color css
<style>
span { border-color: #537FA1; }
span { border-color: rgb(83,127,161); }
td.TdClassName
{
border-color: #537FA1;
}
.TagClassName
{
border-color: #537FA1;
}
</style>