Shades of Air Force Blue #5B80AF
Tints of Air Force Blue #5B80AF
RGB
CMYK
RGB Variations
Color information
#5B80AF (or 0x5B80AF) is known color: Air Force Blue. HEX triplet: 5B, 80 and AF. RGB value is (91,128,175). Sum of RGB (Red+Green+Blue) = 91+128+175=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B80AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B80AF is #A47F50. Grayscale: #7A7A7A. Windows color (decimal): -10780497 or 11501659. OLE color: 11501659.
HSL color Cylindrical-coordinate representation of color #5B80AF: hue angle of 213.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B80AF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 128 | 175 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.31 |
| HSL | 213.57º | 0.34% | 0.52% | - |
| HSV(B) | 213.57º | 0.48% | 0.69% | - |
| XYZ | 19.77 | 20.76 | 43.52 | - |
| YUV | 122.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 175 | 0.48 | 0.27 | 0 | 0.31 | 213.57 | 0.34 | 0.52 |
| Hex | 5B | 80 | AF | 30 | 1B | 0 | 1F | D6 | 22 | 34 |
| Octal | 133 | 200 | 257 | 60 | 33 | 0 | 37 | 326 | 42 | 64 |
| Binary | 1011011 | 10000000 | 10101111 | 110000 | 11011 | 0 | 11111 | 11010110 | 100010 | 110100 |
Color Harmonies of #5B80AF
Complementary color
Monochromatic Colors of #5B80AF
Black with #5B80AF
Text Example
Text Example
White with #5B80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B80AF; }
p { color: rgb(91,128,175); }
H1.HeaderClassName
{
color: #5B80AF;
}
.AnyTagClassName
{
color: #5B80AF;
}
</style>
background-color css
<style>
a { background-color: #5B80AF; }
a { background-color: rgb(91,128,175); }
div.DivClassName
{
background-color: #5B80AF;
}
.BgClassName
{
background-color: #5B80AF;
}
</style>
border-color css
<style>
span { border-color: #5B80AF; }
span { border-color: rgb(91,128,175); }
td.TdClassName
{
border-color: #5B80AF;
}
.TagClassName
{
border-color: #5B80AF;
}
</style>