Shades of Air Force Blue #5388AD
Tints of Air Force Blue #5388AD
RGB
CMYK
RGB Variations
Color information
#5388AD (or 0x5388AD) is known color: Air Force Blue. HEX triplet: 53, 88 and AD. RGB value is (83,136,173). Sum of RGB (Red+Green+Blue) = 83+136+173=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #5388AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5388AD is #AC7752. Grayscale: #7C7C7C. Windows color (decimal): -11302739 or 11372627. OLE color: 11372627.
HSL color Cylindrical-coordinate representation of color #5388AD: hue angle of 204.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5388AD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 136 | 173 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.32 |
| HSL | 204.67º | 0.35% | 0.5% | - |
| HSV(B) | 204.67º | 0.52% | 0.68% | - |
| XYZ | 19.91 | 22.46 | 42.82 | - |
| YUV | 124.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 173 | 0.52 | 0.21 | 0 | 0.32 | 204.67 | 0.35 | 0.5 |
| Hex | 53 | 88 | AD | 34 | 15 | 0 | 20 | CD | 23 | 32 |
| Octal | 123 | 210 | 255 | 64 | 25 | 0 | 40 | 315 | 43 | 62 |
| Binary | 1010011 | 10001000 | 10101101 | 110100 | 10101 | 0 | 100000 | 11001101 | 100011 | 110010 |
Color Harmonies of #5388AD
Complementary color
Monochromatic Colors of #5388AD
Black with #5388AD
Text Example
Text Example
White with #5388AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388AD; }
p { color: rgb(83,136,173); }
H1.HeaderClassName
{
color: #5388AD;
}
.AnyTagClassName
{
color: #5388AD;
}
</style>
background-color css
<style>
a { background-color: #5388AD; }
a { background-color: rgb(83,136,173); }
div.DivClassName
{
background-color: #5388AD;
}
.BgClassName
{
background-color: #5388AD;
}
</style>
border-color css
<style>
span { border-color: #5388AD; }
span { border-color: rgb(83,136,173); }
td.TdClassName
{
border-color: #5388AD;
}
.TagClassName
{
border-color: #5388AD;
}
</style>