Shades of Air Force Blue #538BAE
Tints of Air Force Blue #538BAE
RGB
CMYK
RGB Variations
Color information
#538BAE (or 0x538BAE) is known color: Air Force Blue. HEX triplet: 53, 8B and AE. RGB value is (83,139,174). Sum of RGB (Red+Green+Blue) = 83+139+174=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #538BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BAE is #AC7451. Grayscale: #7E7E7E. Windows color (decimal): -11301970 or 11438931. OLE color: 11438931.
HSL color Cylindrical-coordinate representation of color #538BAE: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538BAE is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 139 | 174 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.32 |
| HSL | 203.08º | 0.36% | 0.5% | - |
| HSV(B) | 203.08º | 0.52% | 0.68% | - |
| XYZ | 20.44 | 23.36 | 43.48 | - |
| YUV | 126.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 174 | 0.52 | 0.20 | 0 | 0.32 | 203.08 | 0.36 | 0.5 |
| Hex | 53 | 8B | AE | 34 | 14 | 0 | 20 | CB | 24 | 32 |
| Octal | 123 | 213 | 256 | 64 | 24 | 0 | 40 | 313 | 44 | 62 |
| Binary | 1010011 | 10001011 | 10101110 | 110100 | 10100 | 0 | 100000 | 11001011 | 100100 | 110010 |
Color Harmonies of #538BAE
Complementary color
Monochromatic Colors of #538BAE
Black with #538BAE
Text Example
Text Example
White with #538BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BAE; }
p { color: rgb(83,139,174); }
H1.HeaderClassName
{
color: #538BAE;
}
.AnyTagClassName
{
color: #538BAE;
}
</style>
background-color css
<style>
a { background-color: #538BAE; }
a { background-color: rgb(83,139,174); }
div.DivClassName
{
background-color: #538BAE;
}
.BgClassName
{
background-color: #538BAE;
}
</style>
border-color css
<style>
span { border-color: #538BAE; }
span { border-color: rgb(83,139,174); }
td.TdClassName
{
border-color: #538BAE;
}
.TagClassName
{
border-color: #538BAE;
}
</style>