Shades of Air Force Blue #538AB1
Tints of Air Force Blue #538AB1
RGB
CMYK
RGB Variations
Color information
#538AB1 (or 0x538AB1) is known color: Air Force Blue. HEX triplet: 53, 8A and B1. RGB value is (83,138,177). Sum of RGB (Red+Green+Blue) = 83+138+177=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #538AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538AB1 is #AC754E. Grayscale: #7D7D7D. Windows color (decimal): -11302223 or 11635283. OLE color: 11635283.
HSL color Cylindrical-coordinate representation of color #538AB1: hue angle of 204.89º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #538AB1 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 138 | 177 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.31 |
| HSL | 204.89º | 0.38% | 0.51% | - |
| HSV(B) | 204.89º | 0.53% | 0.69% | - |
| XYZ | 20.59 | 23.19 | 44.99 | - |
| YUV | 126 | 156.78 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 177 | 0.53 | 0.22 | 0 | 0.31 | 204.89 | 0.38 | 0.51 |
| Hex | 53 | 8A | B1 | 35 | 16 | 0 | 1F | CD | 26 | 33 |
| Octal | 123 | 212 | 261 | 65 | 26 | 0 | 37 | 315 | 46 | 63 |
| Binary | 1010011 | 10001010 | 10110001 | 110101 | 10110 | 0 | 11111 | 11001101 | 100110 | 110011 |
Color Harmonies of #538AB1
Complementary color
Monochromatic Colors of #538AB1
Black with #538AB1
Text Example
Text Example
White with #538AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AB1; }
p { color: rgb(83,138,177); }
H1.HeaderClassName
{
color: #538AB1;
}
.AnyTagClassName
{
color: #538AB1;
}
</style>
background-color css
<style>
a { background-color: #538AB1; }
a { background-color: rgb(83,138,177); }
div.DivClassName
{
background-color: #538AB1;
}
.BgClassName
{
background-color: #538AB1;
}
</style>
border-color css
<style>
span { border-color: #538AB1; }
span { border-color: rgb(83,138,177); }
td.TdClassName
{
border-color: #538AB1;
}
.TagClassName
{
border-color: #538AB1;
}
</style>