Shades of Air Force Blue #5B81AF
Tints of Air Force Blue #5B81AF
RGB
CMYK
RGB Variations
Color information
#5B81AF (or 0x5B81AF) is known color: Air Force Blue. HEX triplet: 5B, 81 and AF. RGB value is (91,129,175). Sum of RGB (Red+Green+Blue) = 91+129+175=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B81AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B81AF is #A47E50. Grayscale: #7A7A7A. Windows color (decimal): -10780241 or 11501915. OLE color: 11501915.
HSL color Cylindrical-coordinate representation of color #5B81AF: hue angle of 212.86º 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 #5B81AF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 129 | 175 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.31 |
| HSL | 212.86º | 0.34% | 0.52% | - |
| HSV(B) | 212.86º | 0.48% | 0.69% | - |
| XYZ | 19.9 | 21.02 | 43.57 | - |
| YUV | 122.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 175 | 0.48 | 0.26 | 0 | 0.31 | 212.86 | 0.34 | 0.52 |
| Hex | 5B | 81 | AF | 30 | 1A | 0 | 1F | D5 | 22 | 34 |
| Octal | 133 | 201 | 257 | 60 | 32 | 0 | 37 | 325 | 42 | 64 |
| Binary | 1011011 | 10000001 | 10101111 | 110000 | 11010 | 0 | 11111 | 11010101 | 100010 | 110100 |
Color Harmonies of #5B81AF
Complementary color
Monochromatic Colors of #5B81AF
Black with #5B81AF
Text Example
Text Example
White with #5B81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B81AF; }
p { color: rgb(91,129,175); }
H1.HeaderClassName
{
color: #5B81AF;
}
.AnyTagClassName
{
color: #5B81AF;
}
</style>
background-color css
<style>
a { background-color: #5B81AF; }
a { background-color: rgb(91,129,175); }
div.DivClassName
{
background-color: #5B81AF;
}
.BgClassName
{
background-color: #5B81AF;
}
</style>
border-color css
<style>
span { border-color: #5B81AF; }
span { border-color: rgb(91,129,175); }
td.TdClassName
{
border-color: #5B81AF;
}
.TagClassName
{
border-color: #5B81AF;
}
</style>