Shades of Air Force Blue #5887A3
Tints of Air Force Blue #5887A3
RGB
CMYK
RGB Variations
Color information
#5887A3 (or 0x5887A3) is known color: Air Force Blue. HEX triplet: 58, 87 and A3. RGB value is (88,135,163). Sum of RGB (Red+Green+Blue) = 88+135+163=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #5887A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5887A3 is #A7785C. Grayscale: #7B7B7B. Windows color (decimal): -10975325 or 10717016. OLE color: 10717016.
HSL color Cylindrical-coordinate representation of color #5887A3: hue angle of 202.4º 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 #5887A3 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 135 | 163 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.36 |
| HSL | 202.4º | 0.3% | 0.49% | - |
| HSV(B) | 202.4º | 0.46% | 0.64% | - |
| XYZ | 19.3 | 22.05 | 37.89 | - |
| YUV | 124.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 135 | 163 | 0.46 | 0.17 | 0 | 0.36 | 202.4 | 0.3 | 0.49 |
| Hex | 58 | 87 | A3 | 2E | 11 | 0 | 24 | CA | 1E | 31 |
| Octal | 130 | 207 | 243 | 56 | 21 | 0 | 44 | 312 | 36 | 61 |
| Binary | 1011000 | 10000111 | 10100011 | 101110 | 10001 | 0 | 100100 | 11001010 | 11110 | 110001 |
Color Harmonies of #5887A3
Complementary color
Monochromatic Colors of #5887A3
Black with #5887A3
Text Example
Text Example
White with #5887A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5887A3; }
p { color: rgb(88,135,163); }
H1.HeaderClassName
{
color: #5887A3;
}
.AnyTagClassName
{
color: #5887A3;
}
</style>
background-color css
<style>
a { background-color: #5887A3; }
a { background-color: rgb(88,135,163); }
div.DivClassName
{
background-color: #5887A3;
}
.BgClassName
{
background-color: #5887A3;
}
</style>
border-color css
<style>
span { border-color: #5887A3; }
span { border-color: rgb(88,135,163); }
td.TdClassName
{
border-color: #5887A3;
}
.TagClassName
{
border-color: #5887A3;
}
</style>