Shades of Air Force Blue #538BA3
Tints of Air Force Blue #538BA3
RGB
CMYK
RGB Variations
Color information
#538BA3 (or 0x538BA3) is known color: Air Force Blue. HEX triplet: 53, 8B and A3. RGB value is (83,139,163). Sum of RGB (Red+Green+Blue) = 83+139+163=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #538BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BA3 is #AC745C. Grayscale: #7C7C7C. Windows color (decimal): -11301981 or 10718035. OLE color: 10718035.
HSL color Cylindrical-coordinate representation of color #538BA3: hue angle of 198º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538BA3 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 139 | 163 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.36 |
| HSL | 198º | 0.33% | 0.48% | - |
| HSV(B) | 198º | 0.49% | 0.64% | - |
| XYZ | 19.41 | 22.95 | 38.06 | - |
| YUV | 124.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 163 | 0.49 | 0.15 | 0 | 0.36 | 198 | 0.33 | 0.48 |
| Hex | 53 | 8B | A3 | 31 | F | 0 | 24 | C6 | 21 | 30 |
| Octal | 123 | 213 | 243 | 61 | 17 | 0 | 44 | 306 | 41 | 60 |
| Binary | 1010011 | 10001011 | 10100011 | 110001 | 1111 | 0 | 100100 | 11000110 | 100001 | 110000 |
Color Harmonies of #538BA3
Complementary color
Monochromatic Colors of #538BA3
Black with #538BA3
Text Example
Text Example
White with #538BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BA3; }
p { color: rgb(83,139,163); }
H1.HeaderClassName
{
color: #538BA3;
}
.AnyTagClassName
{
color: #538BA3;
}
</style>
background-color css
<style>
a { background-color: #538BA3; }
a { background-color: rgb(83,139,163); }
div.DivClassName
{
background-color: #538BA3;
}
.BgClassName
{
background-color: #538BA3;
}
</style>
border-color css
<style>
span { border-color: #538BA3; }
span { border-color: rgb(83,139,163); }
td.TdClassName
{
border-color: #538BA3;
}
.TagClassName
{
border-color: #538BA3;
}
</style>