Shades of Air Force Blue #5884A3
Tints of Air Force Blue #5884A3
RGB
CMYK
RGB Variations
Color information
#5884A3 (or 0x5884A3) is known color: Air Force Blue. HEX triplet: 58, 84 and A3. RGB value is (88,132,163). Sum of RGB (Red+Green+Blue) = 88+132+163=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #5884A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5884A3 is #A77B5C. Grayscale: #7A7A7A. Windows color (decimal): -10976093 or 10716248. OLE color: 10716248.
HSL color Cylindrical-coordinate representation of color #5884A3: hue angle of 204.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5884A3 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 132 | 163 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.36 |
| HSL | 204.8º | 0.3% | 0.49% | - |
| HSV(B) | 204.8º | 0.46% | 0.64% | - |
| XYZ | 18.89 | 21.22 | 37.75 | - |
| YUV | 122.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 163 | 0.46 | 0.19 | 0 | 0.36 | 204.8 | 0.3 | 0.49 |
| Hex | 58 | 84 | A3 | 2E | 13 | 0 | 24 | CD | 1E | 31 |
| Octal | 130 | 204 | 243 | 56 | 23 | 0 | 44 | 315 | 36 | 61 |
| Binary | 1011000 | 10000100 | 10100011 | 101110 | 10011 | 0 | 100100 | 11001101 | 11110 | 110001 |
Color Harmonies of #5884A3
Complementary color
Monochromatic Colors of #5884A3
Black with #5884A3
Text Example
Text Example
White with #5884A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884A3; }
p { color: rgb(88,132,163); }
H1.HeaderClassName
{
color: #5884A3;
}
.AnyTagClassName
{
color: #5884A3;
}
</style>
background-color css
<style>
a { background-color: #5884A3; }
a { background-color: rgb(88,132,163); }
div.DivClassName
{
background-color: #5884A3;
}
.BgClassName
{
background-color: #5884A3;
}
</style>
border-color css
<style>
span { border-color: #5884A3; }
span { border-color: rgb(88,132,163); }
td.TdClassName
{
border-color: #5884A3;
}
.TagClassName
{
border-color: #5884A3;
}
</style>