Shades of Air Force Blue #5388AC
Tints of Air Force Blue #5388AC
RGB
CMYK
RGB Variations
Color information
#5388AC (or 0x5388AC) is known color: Air Force Blue. HEX triplet: 53, 88 and AC. RGB value is (83,136,172). Sum of RGB (Red+Green+Blue) = 83+136+172=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5388AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5388AC is #AC7753. Grayscale: #7C7C7C. Windows color (decimal): -11302740 or 11307091. OLE color: 11307091.
HSL color Cylindrical-coordinate representation of color #5388AC: hue angle of 204.27º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5388AC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 136 | 172 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.33 |
| HSL | 204.27º | 0.35% | 0.5% | - |
| HSV(B) | 204.27º | 0.52% | 0.67% | - |
| XYZ | 19.82 | 22.43 | 42.31 | - |
| YUV | 124.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 172 | 0.52 | 0.21 | 0 | 0.33 | 204.27 | 0.35 | 0.5 |
| Hex | 53 | 88 | AC | 34 | 15 | 0 | 21 | CC | 23 | 32 |
| Octal | 123 | 210 | 254 | 64 | 25 | 0 | 41 | 314 | 43 | 62 |
| Binary | 1010011 | 10001000 | 10101100 | 110100 | 10101 | 0 | 100001 | 11001100 | 100011 | 110010 |
Color Harmonies of #5388AC
Complementary color
Monochromatic Colors of #5388AC
Black with #5388AC
Text Example
Text Example
White with #5388AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388AC; }
p { color: rgb(83,136,172); }
H1.HeaderClassName
{
color: #5388AC;
}
.AnyTagClassName
{
color: #5388AC;
}
</style>
background-color css
<style>
a { background-color: #5388AC; }
a { background-color: rgb(83,136,172); }
div.DivClassName
{
background-color: #5388AC;
}
.BgClassName
{
background-color: #5388AC;
}
</style>
border-color css
<style>
span { border-color: #5388AC; }
span { border-color: rgb(83,136,172); }
td.TdClassName
{
border-color: #5388AC;
}
.TagClassName
{
border-color: #5388AC;
}
</style>