Shades of Air Force Blue #5D85AA
Tints of Air Force Blue #5D85AA
RGB
CMYK
RGB Variations
Color information
#5D85AA (or 0x5D85AA) is known color: Air Force Blue. HEX triplet: 5D, 85 and AA. RGB value is (93,133,170). Sum of RGB (Red+Green+Blue) = 93+133+170=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D85AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D85AA is #A27A55. Grayscale: #7D7D7D. Windows color (decimal): -10648150 or 11175261. OLE color: 11175261.
HSL color Cylindrical-coordinate representation of color #5D85AA: hue angle of 208.83º 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 #5D85AA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 133 | 170 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.33 |
| HSL | 208.83º | 0.31% | 0.52% | - |
| HSV(B) | 208.83º | 0.45% | 0.67% | - |
| XYZ | 20.16 | 22 | 41.22 | - |
| YUV | 125.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 170 | 0.45 | 0.22 | 0 | 0.33 | 208.83 | 0.31 | 0.52 |
| Hex | 5D | 85 | AA | 2D | 16 | 0 | 21 | D1 | 1F | 34 |
| Octal | 135 | 205 | 252 | 55 | 26 | 0 | 41 | 321 | 37 | 64 |
| Binary | 1011101 | 10000101 | 10101010 | 101101 | 10110 | 0 | 100001 | 11010001 | 11111 | 110100 |
Color Harmonies of #5D85AA
Complementary color
Monochromatic Colors of #5D85AA
Black with #5D85AA
Text Example
Text Example
White with #5D85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D85AA; }
p { color: rgb(93,133,170); }
H1.HeaderClassName
{
color: #5D85AA;
}
.AnyTagClassName
{
color: #5D85AA;
}
</style>
background-color css
<style>
a { background-color: #5D85AA; }
a { background-color: rgb(93,133,170); }
div.DivClassName
{
background-color: #5D85AA;
}
.BgClassName
{
background-color: #5D85AA;
}
</style>
border-color css
<style>
span { border-color: #5D85AA; }
span { border-color: rgb(93,133,170); }
td.TdClassName
{
border-color: #5D85AA;
}
.TagClassName
{
border-color: #5D85AA;
}
</style>