Shades of Air Force Blue #598FA5
Tints of Air Force Blue #598FA5
RGB
CMYK
RGB Variations
Color information
#598FA5 (or 0x598FA5) is known color: Air Force Blue. HEX triplet: 59, 8F and A5. RGB value is (89,143,165). Sum of RGB (Red+Green+Blue) = 89+143+165=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #598FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598FA5 is #A6705A. Grayscale: #818181. Windows color (decimal): -10907739 or 10850137. OLE color: 10850137.
HSL color Cylindrical-coordinate representation of color #598FA5: hue angle of 197.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #598FA5 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 143 | 165 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.35 |
| HSL | 197.37º | 0.3% | 0.5% | - |
| HSV(B) | 197.37º | 0.46% | 0.65% | - |
| XYZ | 20.73 | 24.49 | 39.23 | - |
| YUV | 129.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 165 | 0.46 | 0.13 | 0 | 0.35 | 197.37 | 0.3 | 0.5 |
| Hex | 59 | 8F | A5 | 2E | D | 0 | 23 | C5 | 1E | 32 |
| Octal | 131 | 217 | 245 | 56 | 15 | 0 | 43 | 305 | 36 | 62 |
| Binary | 1011001 | 10001111 | 10100101 | 101110 | 1101 | 0 | 100011 | 11000101 | 11110 | 110010 |
Color Harmonies of #598FA5
Complementary color
Monochromatic Colors of #598FA5
Black with #598FA5
Text Example
Text Example
White with #598FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FA5; }
p { color: rgb(89,143,165); }
H1.HeaderClassName
{
color: #598FA5;
}
.AnyTagClassName
{
color: #598FA5;
}
</style>
background-color css
<style>
a { background-color: #598FA5; }
a { background-color: rgb(89,143,165); }
div.DivClassName
{
background-color: #598FA5;
}
.BgClassName
{
background-color: #598FA5;
}
</style>
border-color css
<style>
span { border-color: #598FA5; }
span { border-color: rgb(89,143,165); }
td.TdClassName
{
border-color: #598FA5;
}
.TagClassName
{
border-color: #598FA5;
}
</style>