Shades of Air Force Blue #5882AA
Tints of Air Force Blue #5882AA
RGB
CMYK
RGB Variations
Color information
#5882AA (or 0x5882AA) is known color: Air Force Blue. HEX triplet: 58, 82 and AA. RGB value is (88,130,170). Sum of RGB (Red+Green+Blue) = 88+130+170=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #5882AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5882AA is #A77D55. Grayscale: #797979. Windows color (decimal): -10976598 or 11174488. OLE color: 11174488.
HSL color Cylindrical-coordinate representation of color #5882AA: hue angle of 209.27º degrees, saturation: 0.33, 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 #5882AA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 130 | 170 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.33 |
| HSL | 209.27º | 0.33% | 0.51% | - |
| HSV(B) | 209.27º | 0.48% | 0.67% | - |
| XYZ | 19.26 | 20.94 | 41.06 | - |
| YUV | 122 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 170 | 0.48 | 0.24 | 0 | 0.33 | 209.27 | 0.33 | 0.51 |
| Hex | 58 | 82 | AA | 30 | 18 | 0 | 21 | D1 | 21 | 33 |
| Octal | 130 | 202 | 252 | 60 | 30 | 0 | 41 | 321 | 41 | 63 |
| Binary | 1011000 | 10000010 | 10101010 | 110000 | 11000 | 0 | 100001 | 11010001 | 100001 | 110011 |
Color Harmonies of #5882AA
Complementary color
Monochromatic Colors of #5882AA
Black with #5882AA
Text Example
Text Example
White with #5882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5882AA; }
p { color: rgb(88,130,170); }
H1.HeaderClassName
{
color: #5882AA;
}
.AnyTagClassName
{
color: #5882AA;
}
</style>
background-color css
<style>
a { background-color: #5882AA; }
a { background-color: rgb(88,130,170); }
div.DivClassName
{
background-color: #5882AA;
}
.BgClassName
{
background-color: #5882AA;
}
</style>
border-color css
<style>
span { border-color: #5882AA; }
span { border-color: rgb(88,130,170); }
td.TdClassName
{
border-color: #5882AA;
}
.TagClassName
{
border-color: #5882AA;
}
</style>