Shades of Air Force Blue #5688A1
Tints of Air Force Blue #5688A1
RGB
CMYK
RGB Variations
Color information
#5688A1 (or 0x5688A1) is known color: Air Force Blue. HEX triplet: 56, 88 and A1. RGB value is (86,136,161). Sum of RGB (Red+Green+Blue) = 86+136+161=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #5688A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5688A1 is #A9775E. Grayscale: #7B7B7B. Windows color (decimal): -11106143 or 10586198. OLE color: 10586198.
HSL color Cylindrical-coordinate representation of color #5688A1: hue angle of 200º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5688A1 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 136 | 161 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.37 |
| HSL | 200º | 0.3% | 0.48% | - |
| HSV(B) | 200º | 0.47% | 0.63% | - |
| XYZ | 19.07 | 22.16 | 36.99 | - |
| YUV | 123.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 161 | 0.47 | 0.16 | 0 | 0.37 | 200 | 0.3 | 0.48 |
| Hex | 56 | 88 | A1 | 2F | 10 | 0 | 25 | C8 | 1E | 30 |
| Octal | 126 | 210 | 241 | 57 | 20 | 0 | 45 | 310 | 36 | 60 |
| Binary | 1010110 | 10001000 | 10100001 | 101111 | 10000 | 0 | 100101 | 11001000 | 11110 | 110000 |
Color Harmonies of #5688A1
Complementary color
Monochromatic Colors of #5688A1
Black with #5688A1
Text Example
Text Example
White with #5688A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688A1; }
p { color: rgb(86,136,161); }
H1.HeaderClassName
{
color: #5688A1;
}
.AnyTagClassName
{
color: #5688A1;
}
</style>
background-color css
<style>
a { background-color: #5688A1; }
a { background-color: rgb(86,136,161); }
div.DivClassName
{
background-color: #5688A1;
}
.BgClassName
{
background-color: #5688A1;
}
</style>
border-color css
<style>
span { border-color: #5688A1; }
span { border-color: rgb(86,136,161); }
td.TdClassName
{
border-color: #5688A1;
}
.TagClassName
{
border-color: #5688A1;
}
</style>