Shades of Air Force Blue #588099
Tints of Air Force Blue #588099
RGB
CMYK
RGB Variations
Color information
#588099 (or 0x588099) is known color: Air Force Blue. HEX triplet: 58, 80 and 99. RGB value is (88,128,153). Sum of RGB (Red+Green+Blue) = 88+128+153=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #588099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588099 is #A77F66. Grayscale: #767676. Windows color (decimal): -10977127 or 10059864. OLE color: 10059864.
HSL color Cylindrical-coordinate representation of color #588099: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588099 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 128 | 153 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.4 |
| HSL | 203.08º | 0.27% | 0.47% | - |
| HSV(B) | 203.08º | 0.42% | 0.6% | - |
| XYZ | 17.49 | 19.81 | 33.04 | - |
| YUV | 118.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 153 | 0.42 | 0.16 | 0 | 0.4 | 203.08 | 0.27 | 0.47 |
| Hex | 58 | 80 | 99 | 2A | 10 | 0 | 28 | CB | 1B | 2F |
| Octal | 130 | 200 | 231 | 52 | 20 | 0 | 50 | 313 | 33 | 57 |
| Binary | 1011000 | 10000000 | 10011001 | 101010 | 10000 | 0 | 101000 | 11001011 | 11011 | 101111 |
Color Harmonies of #588099
Complementary color
Monochromatic Colors of #588099
Black with #588099
Text Example
Text Example
White with #588099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588099; }
p { color: rgb(88,128,153); }
H1.HeaderClassName
{
color: #588099;
}
.AnyTagClassName
{
color: #588099;
}
</style>
background-color css
<style>
a { background-color: #588099; }
a { background-color: rgb(88,128,153); }
div.DivClassName
{
background-color: #588099;
}
.BgClassName
{
background-color: #588099;
}
</style>
border-color css
<style>
span { border-color: #588099; }
span { border-color: rgb(88,128,153); }
td.TdClassName
{
border-color: #588099;
}
.TagClassName
{
border-color: #588099;
}
</style>