Shades of Air Force Blue #5188A4
Tints of Air Force Blue #5188A4
RGB
CMYK
RGB Variations
Color information
#5188A4 (or 0x5188A4) is known color: Air Force Blue. HEX triplet: 51, 88 and A4. RGB value is (81,136,164). Sum of RGB (Red+Green+Blue) = 81+136+164=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #5188A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5188A4 is #AE775B. Grayscale: #7A7A7A. Windows color (decimal): -11433820 or 10782801. OLE color: 10782801.
HSL color Cylindrical-coordinate representation of color #5188A4: hue angle of 200.24º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5188A4 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 136 | 164 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.36 |
| HSL | 200.24º | 0.34% | 0.48% | - |
| HSV(B) | 200.24º | 0.51% | 0.64% | - |
| XYZ | 18.9 | 22.04 | 38.38 | - |
| YUV | 122.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 164 | 0.51 | 0.17 | 0 | 0.36 | 200.24 | 0.34 | 0.48 |
| Hex | 51 | 88 | A4 | 33 | 11 | 0 | 24 | C8 | 22 | 30 |
| Octal | 121 | 210 | 244 | 63 | 21 | 0 | 44 | 310 | 42 | 60 |
| Binary | 1010001 | 10001000 | 10100100 | 110011 | 10001 | 0 | 100100 | 11001000 | 100010 | 110000 |
Color Harmonies of #5188A4
Complementary color
Monochromatic Colors of #5188A4
Black with #5188A4
Text Example
Text Example
White with #5188A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5188A4; }
p { color: rgb(81,136,164); }
H1.HeaderClassName
{
color: #5188A4;
}
.AnyTagClassName
{
color: #5188A4;
}
</style>
background-color css
<style>
a { background-color: #5188A4; }
a { background-color: rgb(81,136,164); }
div.DivClassName
{
background-color: #5188A4;
}
.BgClassName
{
background-color: #5188A4;
}
</style>
border-color css
<style>
span { border-color: #5188A4; }
span { border-color: rgb(81,136,164); }
td.TdClassName
{
border-color: #5188A4;
}
.TagClassName
{
border-color: #5188A4;
}
</style>