Shades of Air Force Blue #538FA7
Tints of Air Force Blue #538FA7
RGB
CMYK
RGB Variations
Color information
#538FA7 (or 0x538FA7) is known color: Air Force Blue. HEX triplet: 53, 8F and A7. RGB value is (83,143,167). Sum of RGB (Red+Green+Blue) = 83+143+167=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #538FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA7 is #AC7058. Grayscale: #7F7F7F. Windows color (decimal): -11300953 or 10981203. OLE color: 10981203.
HSL color Cylindrical-coordinate representation of color #538FA7: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538FA7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 143 | 167 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.35 |
| HSL | 197.14º | 0.34% | 0.49% | - |
| HSV(B) | 197.14º | 0.5% | 0.65% | - |
| XYZ | 20.36 | 24.27 | 40.17 | - |
| YUV | 127.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 167 | 0.50 | 0.14 | 0 | 0.35 | 197.14 | 0.34 | 0.49 |
| Hex | 53 | 8F | A7 | 32 | E | 0 | 23 | C5 | 22 | 31 |
| Octal | 123 | 217 | 247 | 62 | 16 | 0 | 43 | 305 | 42 | 61 |
| Binary | 1010011 | 10001111 | 10100111 | 110010 | 1110 | 0 | 100011 | 11000101 | 100010 | 110001 |
Color Harmonies of #538FA7
Complementary color
Monochromatic Colors of #538FA7
Black with #538FA7
Text Example
Text Example
White with #538FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FA7; }
p { color: rgb(83,143,167); }
H1.HeaderClassName
{
color: #538FA7;
}
.AnyTagClassName
{
color: #538FA7;
}
</style>
background-color css
<style>
a { background-color: #538FA7; }
a { background-color: rgb(83,143,167); }
div.DivClassName
{
background-color: #538FA7;
}
.BgClassName
{
background-color: #538FA7;
}
</style>
border-color css
<style>
span { border-color: #538FA7; }
span { border-color: rgb(83,143,167); }
td.TdClassName
{
border-color: #538FA7;
}
.TagClassName
{
border-color: #538FA7;
}
</style>