Shades of Air Force Blue #5D84AA
Tints of Air Force Blue #5D84AA
RGB
CMYK
RGB Variations
Color information
#5D84AA (or 0x5D84AA) is known color: Air Force Blue. HEX triplet: 5D, 84 and AA. RGB value is (93,132,170). Sum of RGB (Red+Green+Blue) = 93+132+170=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D84AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D84AA is #A27B55. Grayscale: #7C7C7C. Windows color (decimal): -10648406 or 11175005. OLE color: 11175005.
HSL color Cylindrical-coordinate representation of color #5D84AA: hue angle of 209.61º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D84AA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 132 | 170 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.33 |
| HSL | 209.61º | 0.31% | 0.52% | - |
| HSV(B) | 209.61º | 0.45% | 0.67% | - |
| XYZ | 20.02 | 21.73 | 41.17 | - |
| YUV | 124.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 170 | 0.45 | 0.22 | 0 | 0.33 | 209.61 | 0.31 | 0.52 |
| Hex | 5D | 84 | AA | 2D | 16 | 0 | 21 | D2 | 1F | 34 |
| Octal | 135 | 204 | 252 | 55 | 26 | 0 | 41 | 322 | 37 | 64 |
| Binary | 1011101 | 10000100 | 10101010 | 101101 | 10110 | 0 | 100001 | 11010010 | 11111 | 110100 |
Color Harmonies of #5D84AA
Complementary color
Monochromatic Colors of #5D84AA
Black with #5D84AA
Text Example
Text Example
White with #5D84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84AA; }
p { color: rgb(93,132,170); }
H1.HeaderClassName
{
color: #5D84AA;
}
.AnyTagClassName
{
color: #5D84AA;
}
</style>
background-color css
<style>
a { background-color: #5D84AA; }
a { background-color: rgb(93,132,170); }
div.DivClassName
{
background-color: #5D84AA;
}
.BgClassName
{
background-color: #5D84AA;
}
</style>
border-color css
<style>
span { border-color: #5D84AA; }
span { border-color: rgb(93,132,170); }
td.TdClassName
{
border-color: #5D84AA;
}
.TagClassName
{
border-color: #5D84AA;
}
</style>