Shades of Air Force Blue #5D88AB
Tints of Air Force Blue #5D88AB
RGB
CMYK
RGB Variations
Color information
#5D88AB (or 0x5D88AB) is known color: Air Force Blue. HEX triplet: 5D, 88 and AB. RGB value is (93,136,171). Sum of RGB (Red+Green+Blue) = 93+136+171=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D88AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D88AB is #A27754. Grayscale: #7E7E7E. Windows color (decimal): -10647381 or 11241565. OLE color: 11241565.
HSL color Cylindrical-coordinate representation of color #5D88AB: hue angle of 206.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D88AB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 136 | 171 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.33 |
| HSL | 206.92º | 0.32% | 0.52% | - |
| HSV(B) | 206.92º | 0.46% | 0.67% | - |
| XYZ | 20.67 | 22.88 | 41.85 | - |
| YUV | 127.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 171 | 0.46 | 0.20 | 0 | 0.33 | 206.92 | 0.32 | 0.52 |
| Hex | 5D | 88 | AB | 2E | 14 | 0 | 21 | CF | 20 | 34 |
| Octal | 135 | 210 | 253 | 56 | 24 | 0 | 41 | 317 | 40 | 64 |
| Binary | 1011101 | 10001000 | 10101011 | 101110 | 10100 | 0 | 100001 | 11001111 | 100000 | 110100 |
Color Harmonies of #5D88AB
Complementary color
Monochromatic Colors of #5D88AB
Black with #5D88AB
Text Example
Text Example
White with #5D88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D88AB; }
p { color: rgb(93,136,171); }
H1.HeaderClassName
{
color: #5D88AB;
}
.AnyTagClassName
{
color: #5D88AB;
}
</style>
background-color css
<style>
a { background-color: #5D88AB; }
a { background-color: rgb(93,136,171); }
div.DivClassName
{
background-color: #5D88AB;
}
.BgClassName
{
background-color: #5D88AB;
}
</style>
border-color css
<style>
span { border-color: #5D88AB; }
span { border-color: rgb(93,136,171); }
td.TdClassName
{
border-color: #5D88AB;
}
.TagClassName
{
border-color: #5D88AB;
}
</style>