Shades of Air Force Blue #5B87AB
Tints of Air Force Blue #5B87AB
RGB
CMYK
RGB Variations
Color information
#5B87AB (or 0x5B87AB) is known color: Air Force Blue. HEX triplet: 5B, 87 and AB. RGB value is (91,135,171). Sum of RGB (Red+Green+Blue) = 91+135+171=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B87AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B87AB is #A47854. Grayscale: #7D7D7D. Windows color (decimal): -10778709 or 11241307. OLE color: 11241307.
HSL color Cylindrical-coordinate representation of color #5B87AB: hue angle of 207º 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 #5B87AB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 135 | 171 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.33 |
| HSL | 207º | 0.32% | 0.51% | - |
| HSV(B) | 207º | 0.47% | 0.67% | - |
| XYZ | 20.33 | 22.49 | 41.8 | - |
| YUV | 125.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 171 | 0.47 | 0.21 | 0 | 0.33 | 207 | 0.32 | 0.51 |
| Hex | 5B | 87 | AB | 2F | 15 | 0 | 21 | CF | 20 | 33 |
| Octal | 133 | 207 | 253 | 57 | 25 | 0 | 41 | 317 | 40 | 63 |
| Binary | 1011011 | 10000111 | 10101011 | 101111 | 10101 | 0 | 100001 | 11001111 | 100000 | 110011 |
Color Harmonies of #5B87AB
Complementary color
Monochromatic Colors of #5B87AB
Black with #5B87AB
Text Example
Text Example
White with #5B87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B87AB; }
p { color: rgb(91,135,171); }
H1.HeaderClassName
{
color: #5B87AB;
}
.AnyTagClassName
{
color: #5B87AB;
}
</style>
background-color css
<style>
a { background-color: #5B87AB; }
a { background-color: rgb(91,135,171); }
div.DivClassName
{
background-color: #5B87AB;
}
.BgClassName
{
background-color: #5B87AB;
}
</style>
border-color css
<style>
span { border-color: #5B87AB; }
span { border-color: rgb(91,135,171); }
td.TdClassName
{
border-color: #5B87AB;
}
.TagClassName
{
border-color: #5B87AB;
}
</style>