Shades of Air Force Blue #538CAA
Tints of Air Force Blue #538CAA
RGB
CMYK
RGB Variations
Color information
#538CAA (or 0x538CAA) is known color: Air Force Blue. HEX triplet: 53, 8C and AA. RGB value is (83,140,170). Sum of RGB (Red+Green+Blue) = 83+140+170=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #538CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538CAA is #AC7355. Grayscale: #7E7E7E. Windows color (decimal): -11301718 or 11177043. OLE color: 11177043.
HSL color Cylindrical-coordinate representation of color #538CAA: hue angle of 200.69º 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 #538CAA is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 140 | 170 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.33 |
| HSL | 200.69º | 0.34% | 0.5% | - |
| HSV(B) | 200.69º | 0.51% | 0.67% | - |
| XYZ | 20.2 | 23.5 | 41.5 | - |
| YUV | 126.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 170 | 0.51 | 0.18 | 0 | 0.33 | 200.69 | 0.34 | 0.5 |
| Hex | 53 | 8C | AA | 33 | 12 | 0 | 21 | C9 | 22 | 32 |
| Octal | 123 | 214 | 252 | 63 | 22 | 0 | 41 | 311 | 42 | 62 |
| Binary | 1010011 | 10001100 | 10101010 | 110011 | 10010 | 0 | 100001 | 11001001 | 100010 | 110010 |
Color Harmonies of #538CAA
Complementary color
Monochromatic Colors of #538CAA
Black with #538CAA
Text Example
Text Example
White with #538CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CAA; }
p { color: rgb(83,140,170); }
H1.HeaderClassName
{
color: #538CAA;
}
.AnyTagClassName
{
color: #538CAA;
}
</style>
background-color css
<style>
a { background-color: #538CAA; }
a { background-color: rgb(83,140,170); }
div.DivClassName
{
background-color: #538CAA;
}
.BgClassName
{
background-color: #538CAA;
}
</style>
border-color css
<style>
span { border-color: #538CAA; }
span { border-color: rgb(83,140,170); }
td.TdClassName
{
border-color: #538CAA;
}
.TagClassName
{
border-color: #538CAA;
}
</style>