Shades of Air Force Blue #5386A6
Tints of Air Force Blue #5386A6
RGB
CMYK
RGB Variations
Color information
#5386A6 (or 0x5386A6) is known color: Air Force Blue. HEX triplet: 53, 86 and A6. RGB value is (83,134,166). Sum of RGB (Red+Green+Blue) = 83+134+166=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 166 - color contains mainly: blue. Hex color #5386A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5386A6 is #AC7959. Grayscale: #7A7A7A. Windows color (decimal): -11303258 or 10913363. OLE color: 10913363.
HSL color Cylindrical-coordinate representation of color #5386A6: hue angle of 203.13º 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 #5386A6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 134 | 166 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.35 |
| HSL | 203.13º | 0.33% | 0.49% | - |
| HSV(B) | 203.13º | 0.5% | 0.65% | - |
| XYZ | 18.98 | 21.64 | 39.25 | - |
| YUV | 122.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 166 | 0.50 | 0.19 | 0 | 0.35 | 203.13 | 0.33 | 0.49 |
| Hex | 53 | 86 | A6 | 32 | 13 | 0 | 23 | CB | 21 | 31 |
| Octal | 123 | 206 | 246 | 62 | 23 | 0 | 43 | 313 | 41 | 61 |
| Binary | 1010011 | 10000110 | 10100110 | 110010 | 10011 | 0 | 100011 | 11001011 | 100001 | 110001 |
Color Harmonies of #5386A6
Complementary color
Monochromatic Colors of #5386A6
Black with #5386A6
Text Example
Text Example
White with #5386A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5386A6; }
p { color: rgb(83,134,166); }
H1.HeaderClassName
{
color: #5386A6;
}
.AnyTagClassName
{
color: #5386A6;
}
</style>
background-color css
<style>
a { background-color: #5386A6; }
a { background-color: rgb(83,134,166); }
div.DivClassName
{
background-color: #5386A6;
}
.BgClassName
{
background-color: #5386A6;
}
</style>
border-color css
<style>
span { border-color: #5386A6; }
span { border-color: rgb(83,134,166); }
td.TdClassName
{
border-color: #5386A6;
}
.TagClassName
{
border-color: #5386A6;
}
</style>