Shades of Air Force Blue #5B889F
Tints of Air Force Blue #5B889F
RGB
CMYK
RGB Variations
Color information
#5B889F (or 0x5B889F) is known color: Air Force Blue. HEX triplet: 5B, 88 and 9F. RGB value is (91,136,159). Sum of RGB (Red+Green+Blue) = 91+136+159=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B889F is #A47760. Grayscale: #7D7D7D. Windows color (decimal): -10778465 or 10455131. OLE color: 10455131.
HSL color Cylindrical-coordinate representation of color #5B889F: hue angle of 200.29º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B889F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 136 | 159 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.38 |
| HSL | 200.29º | 0.27% | 0.49% | - |
| HSV(B) | 200.29º | 0.43% | 0.62% | - |
| XYZ | 19.38 | 22.34 | 36.09 | - |
| YUV | 125.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 159 | 0.43 | 0.14 | 0 | 0.38 | 200.29 | 0.27 | 0.49 |
| Hex | 5B | 88 | 9F | 2B | E | 0 | 26 | C8 | 1B | 31 |
| Octal | 133 | 210 | 237 | 53 | 16 | 0 | 46 | 310 | 33 | 61 |
| Binary | 1011011 | 10001000 | 10011111 | 101011 | 1110 | 0 | 100110 | 11001000 | 11011 | 110001 |
Color Harmonies of #5B889F
Complementary color
Monochromatic Colors of #5B889F
Black with #5B889F
Text Example
Text Example
White with #5B889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B889F; }
p { color: rgb(91,136,159); }
H1.HeaderClassName
{
color: #5B889F;
}
.AnyTagClassName
{
color: #5B889F;
}
</style>
background-color css
<style>
a { background-color: #5B889F; }
a { background-color: rgb(91,136,159); }
div.DivClassName
{
background-color: #5B889F;
}
.BgClassName
{
background-color: #5B889F;
}
</style>
border-color css
<style>
span { border-color: #5B889F; }
span { border-color: rgb(91,136,159); }
td.TdClassName
{
border-color: #5B889F;
}
.TagClassName
{
border-color: #5B889F;
}
</style>