Shades of Air Force Blue #598FB5
Tints of Air Force Blue #598FB5
RGB
CMYK
RGB Variations
Color information
#598FB5 (or 0x598FB5) is known color: Air Force Blue. HEX triplet: 59, 8F and B5. RGB value is (89,143,181). Sum of RGB (Red+Green+Blue) = 89+143+181=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #598FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FB5 is #A6704A. Grayscale: #828282. Windows color (decimal): -10907723 or 11898713. OLE color: 11898713.
HSL color Cylindrical-coordinate representation of color #598FB5: hue angle of 204.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #598FB5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 143 | 181 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.29 |
| HSL | 204.78º | 0.38% | 0.53% | - |
| HSV(B) | 204.78º | 0.51% | 0.71% | - |
| XYZ | 22.28 | 25.1 | 47.39 | - |
| YUV | 131.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 181 | 0.51 | 0.21 | 0 | 0.29 | 204.78 | 0.38 | 0.53 |
| Hex | 59 | 8F | B5 | 33 | 15 | 0 | 1D | CD | 26 | 35 |
| Octal | 131 | 217 | 265 | 63 | 25 | 0 | 35 | 315 | 46 | 65 |
| Binary | 1011001 | 10001111 | 10110101 | 110011 | 10101 | 0 | 11101 | 11001101 | 100110 | 110101 |
Color Harmonies of #598FB5
Complementary color
Monochromatic Colors of #598FB5
Black with #598FB5
Text Example
Text Example
White with #598FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FB5; }
p { color: rgb(89,143,181); }
H1.HeaderClassName
{
color: #598FB5;
}
.AnyTagClassName
{
color: #598FB5;
}
</style>
background-color css
<style>
a { background-color: #598FB5; }
a { background-color: rgb(89,143,181); }
div.DivClassName
{
background-color: #598FB5;
}
.BgClassName
{
background-color: #598FB5;
}
</style>
border-color css
<style>
span { border-color: #598FB5; }
span { border-color: rgb(89,143,181); }
td.TdClassName
{
border-color: #598FB5;
}
.TagClassName
{
border-color: #598FB5;
}
</style>