Shades of Air Force Blue #5B8FA1
Tints of Air Force Blue #5B8FA1
RGB
CMYK
RGB Variations
Color information
#5B8FA1 (or 0x5B8FA1) is known color: Air Force Blue. HEX triplet: 5B, 8F and A1. RGB value is (91,143,161). Sum of RGB (Red+Green+Blue) = 91+143+161=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B8FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8FA1 is #A4705E. Grayscale: #818181. Windows color (decimal): -10776671 or 10587995. OLE color: 10587995.
HSL color Cylindrical-coordinate representation of color #5B8FA1: hue angle of 195.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B8FA1 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 143 | 161 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.37 |
| HSL | 195.43º | 0.28% | 0.49% | - |
| HSV(B) | 195.43º | 0.43% | 0.63% | - |
| XYZ | 20.57 | 24.44 | 37.35 | - |
| YUV | 129.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 161 | 0.43 | 0.11 | 0 | 0.37 | 195.43 | 0.28 | 0.49 |
| Hex | 5B | 8F | A1 | 2B | B | 0 | 25 | C3 | 1C | 31 |
| Octal | 133 | 217 | 241 | 53 | 13 | 0 | 45 | 303 | 34 | 61 |
| Binary | 1011011 | 10001111 | 10100001 | 101011 | 1011 | 0 | 100101 | 11000011 | 11100 | 110001 |
Color Harmonies of #5B8FA1
Complementary color
Monochromatic Colors of #5B8FA1
Black with #5B8FA1
Text Example
Text Example
White with #5B8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FA1; }
p { color: rgb(91,143,161); }
H1.HeaderClassName
{
color: #5B8FA1;
}
.AnyTagClassName
{
color: #5B8FA1;
}
</style>
background-color css
<style>
a { background-color: #5B8FA1; }
a { background-color: rgb(91,143,161); }
div.DivClassName
{
background-color: #5B8FA1;
}
.BgClassName
{
background-color: #5B8FA1;
}
</style>
border-color css
<style>
span { border-color: #5B8FA1; }
span { border-color: rgb(91,143,161); }
td.TdClassName
{
border-color: #5B8FA1;
}
.TagClassName
{
border-color: #5B8FA1;
}
</style>