Shades of Air Force Blue #538BA8
Tints of Air Force Blue #538BA8
RGB
CMYK
RGB Variations
Color information
#538BA8 (or 0x538BA8) is known color: Air Force Blue. HEX triplet: 53, 8B and A8. RGB value is (83,139,168). Sum of RGB (Red+Green+Blue) = 83+139+168=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 168 - color contains mainly: blue. Hex color #538BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BA8 is #AC7457. Grayscale: #7D7D7D. Windows color (decimal): -11301976 or 11045715. OLE color: 11045715.
HSL color Cylindrical-coordinate representation of color #538BA8: hue angle of 200.47º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538BA8 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 139 | 168 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.34 |
| HSL | 200.47º | 0.34% | 0.49% | - |
| HSV(B) | 200.47º | 0.51% | 0.66% | - |
| XYZ | 19.87 | 23.13 | 40.46 | - |
| YUV | 125.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 168 | 0.51 | 0.17 | 0 | 0.34 | 200.47 | 0.34 | 0.49 |
| Hex | 53 | 8B | A8 | 33 | 11 | 0 | 22 | C8 | 22 | 31 |
| Octal | 123 | 213 | 250 | 63 | 21 | 0 | 42 | 310 | 42 | 61 |
| Binary | 1010011 | 10001011 | 10101000 | 110011 | 10001 | 0 | 100010 | 11001000 | 100010 | 110001 |
Color Harmonies of #538BA8
Complementary color
Monochromatic Colors of #538BA8
Black with #538BA8
Text Example
Text Example
White with #538BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BA8; }
p { color: rgb(83,139,168); }
H1.HeaderClassName
{
color: #538BA8;
}
.AnyTagClassName
{
color: #538BA8;
}
</style>
background-color css
<style>
a { background-color: #538BA8; }
a { background-color: rgb(83,139,168); }
div.DivClassName
{
background-color: #538BA8;
}
.BgClassName
{
background-color: #538BA8;
}
</style>
border-color css
<style>
span { border-color: #538BA8; }
span { border-color: rgb(83,139,168); }
td.TdClassName
{
border-color: #538BA8;
}
.TagClassName
{
border-color: #538BA8;
}
</style>