Shades of Air Force Blue #5B8DAB
Tints of Air Force Blue #5B8DAB
RGB
CMYK
RGB Variations
Color information
#5B8DAB (or 0x5B8DAB) is known color: Air Force Blue. HEX triplet: 5B, 8D and AB. RGB value is (91,141,171). Sum of RGB (Red+Green+Blue) = 91+141+171=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8DAB is #A47254. Grayscale: #818181. Windows color (decimal): -10777173 or 11242843. OLE color: 11242843.
HSL color Cylindrical-coordinate representation of color #5B8DAB: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B8DAB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 141 | 171 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.33 |
| HSL | 202.5º | 0.32% | 0.51% | - |
| HSV(B) | 202.5º | 0.47% | 0.67% | - |
| XYZ | 21.19 | 24.21 | 42.09 | - |
| YUV | 129.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 171 | 0.47 | 0.18 | 0 | 0.33 | 202.5 | 0.32 | 0.51 |
| Hex | 5B | 8D | AB | 2F | 12 | 0 | 21 | CA | 20 | 33 |
| Octal | 133 | 215 | 253 | 57 | 22 | 0 | 41 | 312 | 40 | 63 |
| Binary | 1011011 | 10001101 | 10101011 | 101111 | 10010 | 0 | 100001 | 11001010 | 100000 | 110011 |
Color Harmonies of #5B8DAB
Complementary color
Monochromatic Colors of #5B8DAB
Black with #5B8DAB
Text Example
Text Example
White with #5B8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DAB; }
p { color: rgb(91,141,171); }
H1.HeaderClassName
{
color: #5B8DAB;
}
.AnyTagClassName
{
color: #5B8DAB;
}
</style>
background-color css
<style>
a { background-color: #5B8DAB; }
a { background-color: rgb(91,141,171); }
div.DivClassName
{
background-color: #5B8DAB;
}
.BgClassName
{
background-color: #5B8DAB;
}
</style>
border-color css
<style>
span { border-color: #5B8DAB; }
span { border-color: rgb(91,141,171); }
td.TdClassName
{
border-color: #5B8DAB;
}
.TagClassName
{
border-color: #5B8DAB;
}
</style>