Shades of Air Force Blue #5995AA
Tints of Air Force Blue #5995AA
RGB
CMYK
RGB Variations
Color information
#5995AA (or 0x5995AA) is known color: Air Force Blue. HEX triplet: 59, 95 and AA. RGB value is (89,149,170). Sum of RGB (Red+Green+Blue) = 89+149+170=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #5995AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AA is #A66A55. Grayscale: #858585. Windows color (decimal): -10906198 or 11179353. OLE color: 11179353.
HSL color Cylindrical-coordinate representation of color #5995AA: hue angle of 195.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5995AA is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 149 | 170 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.33 |
| HSL | 195.56º | 0.32% | 0.51% | - |
| HSV(B) | 195.56º | 0.48% | 0.67% | - |
| XYZ | 22.12 | 26.52 | 41.98 | - |
| YUV | 133.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 170 | 0.48 | 0.12 | 0 | 0.33 | 195.56 | 0.32 | 0.51 |
| Hex | 59 | 95 | AA | 30 | C | 0 | 21 | C4 | 20 | 33 |
| Octal | 131 | 225 | 252 | 60 | 14 | 0 | 41 | 304 | 40 | 63 |
| Binary | 1011001 | 10010101 | 10101010 | 110000 | 1100 | 0 | 100001 | 11000100 | 100000 | 110011 |
Color Harmonies of #5995AA
Complementary color
Monochromatic Colors of #5995AA
Black with #5995AA
Text Example
Text Example
White with #5995AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995AA; }
p { color: rgb(89,149,170); }
H1.HeaderClassName
{
color: #5995AA;
}
.AnyTagClassName
{
color: #5995AA;
}
</style>
background-color css
<style>
a { background-color: #5995AA; }
a { background-color: rgb(89,149,170); }
div.DivClassName
{
background-color: #5995AA;
}
.BgClassName
{
background-color: #5995AA;
}
</style>
border-color css
<style>
span { border-color: #5995AA; }
span { border-color: rgb(89,149,170); }
td.TdClassName
{
border-color: #5995AA;
}
.TagClassName
{
border-color: #5995AA;
}
</style>