Shades of Air Force Blue #5B91A7
Tints of Air Force Blue #5B91A7
RGB
CMYK
RGB Variations
Color information
#5B91A7 (or 0x5B91A7) is known color: Air Force Blue. HEX triplet: 5B, 91 and A7. RGB value is (91,145,167). Sum of RGB (Red+Green+Blue) = 91+145+167=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B91A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B91A7 is #A46E58. Grayscale: #838383. Windows color (decimal): -10776153 or 10981723. OLE color: 10981723.
HSL color Cylindrical-coordinate representation of color #5B91A7: hue angle of 197.37º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B91A7 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 145 | 167 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.35 |
| HSL | 197.37º | 0.3% | 0.51% | - |
| HSV(B) | 197.37º | 0.46% | 0.65% | - |
| XYZ | 21.41 | 25.26 | 40.31 | - |
| YUV | 131.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 167 | 0.46 | 0.13 | 0 | 0.35 | 197.37 | 0.3 | 0.51 |
| Hex | 5B | 91 | A7 | 2E | D | 0 | 23 | C5 | 1E | 33 |
| Octal | 133 | 221 | 247 | 56 | 15 | 0 | 43 | 305 | 36 | 63 |
| Binary | 1011011 | 10010001 | 10100111 | 101110 | 1101 | 0 | 100011 | 11000101 | 11110 | 110011 |
Color Harmonies of #5B91A7
Complementary color
Monochromatic Colors of #5B91A7
Black with #5B91A7
Text Example
Text Example
White with #5B91A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B91A7; }
p { color: rgb(91,145,167); }
H1.HeaderClassName
{
color: #5B91A7;
}
.AnyTagClassName
{
color: #5B91A7;
}
</style>
background-color css
<style>
a { background-color: #5B91A7; }
a { background-color: rgb(91,145,167); }
div.DivClassName
{
background-color: #5B91A7;
}
.BgClassName
{
background-color: #5B91A7;
}
</style>
border-color css
<style>
span { border-color: #5B91A7; }
span { border-color: rgb(91,145,167); }
td.TdClassName
{
border-color: #5B91A7;
}
.TagClassName
{
border-color: #5B91A7;
}
</style>