Shades of Air Force Blue #538FAB
Tints of Air Force Blue #538FAB
RGB
CMYK
RGB Variations
Color information
#538FAB (or 0x538FAB) is known color: Air Force Blue. HEX triplet: 53, 8F and AB. RGB value is (83,143,171). Sum of RGB (Red+Green+Blue) = 83+143+171=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #538FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FAB is #AC7054. Grayscale: #808080. Windows color (decimal): -11300949 or 11243347. OLE color: 11243347.
HSL color Cylindrical-coordinate representation of color #538FAB: hue angle of 199.09º degrees, saturation: 0.35, 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 #538FAB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 143 | 171 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.33 |
| HSL | 199.09º | 0.35% | 0.5% | - |
| HSV(B) | 199.09º | 0.51% | 0.67% | - |
| XYZ | 20.74 | 24.42 | 42.15 | - |
| YUV | 128.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 171 | 0.51 | 0.16 | 0 | 0.33 | 199.09 | 0.35 | 0.5 |
| Hex | 53 | 8F | AB | 33 | 10 | 0 | 21 | C7 | 23 | 32 |
| Octal | 123 | 217 | 253 | 63 | 20 | 0 | 41 | 307 | 43 | 62 |
| Binary | 1010011 | 10001111 | 10101011 | 110011 | 10000 | 0 | 100001 | 11000111 | 100011 | 110010 |
Color Harmonies of #538FAB
Complementary color
Monochromatic Colors of #538FAB
Black with #538FAB
Text Example
Text Example
White with #538FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FAB; }
p { color: rgb(83,143,171); }
H1.HeaderClassName
{
color: #538FAB;
}
.AnyTagClassName
{
color: #538FAB;
}
</style>
background-color css
<style>
a { background-color: #538FAB; }
a { background-color: rgb(83,143,171); }
div.DivClassName
{
background-color: #538FAB;
}
.BgClassName
{
background-color: #538FAB;
}
</style>
border-color css
<style>
span { border-color: #538FAB; }
span { border-color: rgb(83,143,171); }
td.TdClassName
{
border-color: #538FAB;
}
.TagClassName
{
border-color: #538FAB;
}
</style>