Shades of Air Force Blue #5884A1
Tints of Air Force Blue #5884A1
RGB
CMYK
RGB Variations
Color information
#5884A1 (or 0x5884A1) is known color: Air Force Blue. HEX triplet: 58, 84 and A1. RGB value is (88,132,161). Sum of RGB (Red+Green+Blue) = 88+132+161=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #5884A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5884A1 is #A77B5E. Grayscale: #797979. Windows color (decimal): -10976095 or 10585176. OLE color: 10585176.
HSL color Cylindrical-coordinate representation of color #5884A1: hue angle of 203.84º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5884A1 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 132 | 161 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.37 |
| HSL | 203.84º | 0.29% | 0.49% | - |
| HSV(B) | 203.84º | 0.45% | 0.63% | - |
| XYZ | 18.71 | 21.15 | 36.81 | - |
| YUV | 122.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 161 | 0.45 | 0.18 | 0 | 0.37 | 203.84 | 0.29 | 0.49 |
| Hex | 58 | 84 | A1 | 2D | 12 | 0 | 25 | CC | 1D | 31 |
| Octal | 130 | 204 | 241 | 55 | 22 | 0 | 45 | 314 | 35 | 61 |
| Binary | 1011000 | 10000100 | 10100001 | 101101 | 10010 | 0 | 100101 | 11001100 | 11101 | 110001 |
Color Harmonies of #5884A1
Complementary color
Monochromatic Colors of #5884A1
Black with #5884A1
Text Example
Text Example
White with #5884A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884A1; }
p { color: rgb(88,132,161); }
H1.HeaderClassName
{
color: #5884A1;
}
.AnyTagClassName
{
color: #5884A1;
}
</style>
background-color css
<style>
a { background-color: #5884A1; }
a { background-color: rgb(88,132,161); }
div.DivClassName
{
background-color: #5884A1;
}
.BgClassName
{
background-color: #5884A1;
}
</style>
border-color css
<style>
span { border-color: #5884A1; }
span { border-color: rgb(88,132,161); }
td.TdClassName
{
border-color: #5884A1;
}
.TagClassName
{
border-color: #5884A1;
}
</style>