Shades of Air Force Blue #588AAA
Tints of Air Force Blue #588AAA
RGB
CMYK
RGB Variations
Color information
#588AAA (or 0x588AAA) is known color: Air Force Blue. HEX triplet: 58, 8A and AA. RGB value is (88,138,170). Sum of RGB (Red+Green+Blue) = 88+138+170=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 138 (54.30% from 255 or 34.85% 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 #588AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588AAA is #A77555. Grayscale: #7E7E7E. Windows color (decimal): -10974550 or 11176536. OLE color: 11176536.
HSL color Cylindrical-coordinate representation of color #588AAA: hue angle of 203.41º 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 #588AAA is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 138 | 170 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.33 |
| HSL | 203.41º | 0.33% | 0.51% | - |
| HSV(B) | 203.41º | 0.48% | 0.67% | - |
| XYZ | 20.37 | 23.15 | 41.43 | - |
| YUV | 126.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 170 | 0.48 | 0.19 | 0 | 0.33 | 203.41 | 0.33 | 0.51 |
| Hex | 58 | 8A | AA | 30 | 13 | 0 | 21 | CB | 21 | 33 |
| Octal | 130 | 212 | 252 | 60 | 23 | 0 | 41 | 313 | 41 | 63 |
| Binary | 1011000 | 10001010 | 10101010 | 110000 | 10011 | 0 | 100001 | 11001011 | 100001 | 110011 |
Color Harmonies of #588AAA
Complementary color
Monochromatic Colors of #588AAA
Black with #588AAA
Text Example
Text Example
White with #588AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588AAA; }
p { color: rgb(88,138,170); }
H1.HeaderClassName
{
color: #588AAA;
}
.AnyTagClassName
{
color: #588AAA;
}
</style>
background-color css
<style>
a { background-color: #588AAA; }
a { background-color: rgb(88,138,170); }
div.DivClassName
{
background-color: #588AAA;
}
.BgClassName
{
background-color: #588AAA;
}
</style>
border-color css
<style>
span { border-color: #588AAA; }
span { border-color: rgb(88,138,170); }
td.TdClassName
{
border-color: #588AAA;
}
.TagClassName
{
border-color: #588AAA;
}
</style>