Shades of Air Force Blue #5993AD
Tints of Air Force Blue #5993AD
RGB
CMYK
RGB Variations
Color information
#5993AD (or 0x5993AD) is known color: Air Force Blue. HEX triplet: 59, 93 and AD. RGB value is (89,147,173). Sum of RGB (Red+Green+Blue) = 89+147+173=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #5993AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5993AD is #A66C52. Grayscale: #848484. Windows color (decimal): -10906707 or 11375449. OLE color: 11375449.
HSL color Cylindrical-coordinate representation of color #5993AD: hue angle of 198.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5993AD is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 147 | 173 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.32 |
| HSL | 198.57º | 0.34% | 0.51% | - |
| HSV(B) | 198.57º | 0.49% | 0.68% | - |
| XYZ | 22.1 | 26.01 | 43.39 | - |
| YUV | 132.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 173 | 0.49 | 0.15 | 0 | 0.32 | 198.57 | 0.34 | 0.51 |
| Hex | 59 | 93 | AD | 31 | F | 0 | 20 | C7 | 22 | 33 |
| Octal | 131 | 223 | 255 | 61 | 17 | 0 | 40 | 307 | 42 | 63 |
| Binary | 1011001 | 10010011 | 10101101 | 110001 | 1111 | 0 | 100000 | 11000111 | 100010 | 110011 |
Color Harmonies of #5993AD
Complementary color
Monochromatic Colors of #5993AD
Black with #5993AD
Text Example
Text Example
White with #5993AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993AD; }
p { color: rgb(89,147,173); }
H1.HeaderClassName
{
color: #5993AD;
}
.AnyTagClassName
{
color: #5993AD;
}
</style>
background-color css
<style>
a { background-color: #5993AD; }
a { background-color: rgb(89,147,173); }
div.DivClassName
{
background-color: #5993AD;
}
.BgClassName
{
background-color: #5993AD;
}
</style>
border-color css
<style>
span { border-color: #5993AD; }
span { border-color: rgb(89,147,173); }
td.TdClassName
{
border-color: #5993AD;
}
.TagClassName
{
border-color: #5993AD;
}
</style>