Shades of Air Force Blue #538FA5
Tints of Air Force Blue #538FA5
RGB
CMYK
RGB Variations
Color information
#538FA5 (or 0x538FA5) is known color: Air Force Blue. HEX triplet: 53, 8F and A5. RGB value is (83,143,165). Sum of RGB (Red+Green+Blue) = 83+143+165=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #538FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA5 is #AC705A. Grayscale: #7F7F7F. Windows color (decimal): -11300955 or 10850131. OLE color: 10850131.
HSL color Cylindrical-coordinate representation of color #538FA5: hue angle of 196.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538FA5 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 143 | 165 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.35 |
| HSL | 196.1º | 0.33% | 0.49% | - |
| HSV(B) | 196.1º | 0.5% | 0.65% | - |
| XYZ | 20.18 | 24.2 | 39.2 | - |
| YUV | 127.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 165 | 0.50 | 0.13 | 0 | 0.35 | 196.1 | 0.33 | 0.49 |
| Hex | 53 | 8F | A5 | 32 | D | 0 | 23 | C4 | 21 | 31 |
| Octal | 123 | 217 | 245 | 62 | 15 | 0 | 43 | 304 | 41 | 61 |
| Binary | 1010011 | 10001111 | 10100101 | 110010 | 1101 | 0 | 100011 | 11000100 | 100001 | 110001 |
Color Harmonies of #538FA5
Complementary color
Monochromatic Colors of #538FA5
Black with #538FA5
Text Example
Text Example
White with #538FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FA5; }
p { color: rgb(83,143,165); }
H1.HeaderClassName
{
color: #538FA5;
}
.AnyTagClassName
{
color: #538FA5;
}
</style>
background-color css
<style>
a { background-color: #538FA5; }
a { background-color: rgb(83,143,165); }
div.DivClassName
{
background-color: #538FA5;
}
.BgClassName
{
background-color: #538FA5;
}
</style>
border-color css
<style>
span { border-color: #538FA5; }
span { border-color: rgb(83,143,165); }
td.TdClassName
{
border-color: #538FA5;
}
.TagClassName
{
border-color: #538FA5;
}
</style>