Shades of Air Force Blue #538AA6
Tints of Air Force Blue #538AA6
RGB
CMYK
RGB Variations
Color information
#538AA6 (or 0x538AA6) is known color: Air Force Blue. HEX triplet: 53, 8A and A6. RGB value is (83,138,166). Sum of RGB (Red+Green+Blue) = 83+138+166=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #538AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538AA6 is #AC7559. Grayscale: #7C7C7C. Windows color (decimal): -11302234 or 10914387. OLE color: 10914387.
HSL color Cylindrical-coordinate representation of color #538AA6: hue angle of 200.24º 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 #538AA6 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 138 | 166 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.35 |
| HSL | 200.24º | 0.33% | 0.49% | - |
| HSV(B) | 200.24º | 0.5% | 0.65% | - |
| XYZ | 19.54 | 22.77 | 39.44 | - |
| YUV | 124.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 166 | 0.50 | 0.17 | 0 | 0.35 | 200.24 | 0.33 | 0.49 |
| Hex | 53 | 8A | A6 | 32 | 11 | 0 | 23 | C8 | 21 | 31 |
| Octal | 123 | 212 | 246 | 62 | 21 | 0 | 43 | 310 | 41 | 61 |
| Binary | 1010011 | 10001010 | 10100110 | 110010 | 10001 | 0 | 100011 | 11001000 | 100001 | 110001 |
Color Harmonies of #538AA6
Complementary color
Monochromatic Colors of #538AA6
Black with #538AA6
Text Example
Text Example
White with #538AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AA6; }
p { color: rgb(83,138,166); }
H1.HeaderClassName
{
color: #538AA6;
}
.AnyTagClassName
{
color: #538AA6;
}
</style>
background-color css
<style>
a { background-color: #538AA6; }
a { background-color: rgb(83,138,166); }
div.DivClassName
{
background-color: #538AA6;
}
.BgClassName
{
background-color: #538AA6;
}
</style>
border-color css
<style>
span { border-color: #538AA6; }
span { border-color: rgb(83,138,166); }
td.TdClassName
{
border-color: #538AA6;
}
.TagClassName
{
border-color: #538AA6;
}
</style>