Shades of Air Force Blue #5287A4
Tints of Air Force Blue #5287A4
RGB
CMYK
RGB Variations
Color information
#5287A4 (or 0x5287A4) is known color: Air Force Blue. HEX triplet: 52, 87 and A4. RGB value is (82,135,164). Sum of RGB (Red+Green+Blue) = 82+135+164=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 135 (53.12% from 255 or 35.43% 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 #5287A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5287A4 is #AD785B. Grayscale: #7A7A7A. Windows color (decimal): -11368540 or 10782546. OLE color: 10782546.
HSL color Cylindrical-coordinate representation of color #5287A4: hue angle of 201.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5287A4 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 135 | 164 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.36 |
| HSL | 201.22º | 0.33% | 0.48% | - |
| HSV(B) | 201.22º | 0.5% | 0.64% | - |
| XYZ | 18.84 | 21.8 | 38.34 | - |
| YUV | 122.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 164 | 0.5 | 0.18 | 0 | 0.36 | 201.22 | 0.33 | 0.48 |
| Hex | 52 | 87 | A4 | 32 | 12 | 0 | 24 | C9 | 21 | 30 |
| Octal | 122 | 207 | 244 | 62 | 22 | 0 | 44 | 311 | 41 | 60 |
| Binary | 1010010 | 10000111 | 10100100 | 110010 | 10010 | 0 | 100100 | 11001001 | 100001 | 110000 |
Color Harmonies of #5287A4
Complementary color
Monochromatic Colors of #5287A4
Black with #5287A4
Text Example
Text Example
White with #5287A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5287A4; }
p { color: rgb(82,135,164); }
H1.HeaderClassName
{
color: #5287A4;
}
.AnyTagClassName
{
color: #5287A4;
}
</style>
background-color css
<style>
a { background-color: #5287A4; }
a { background-color: rgb(82,135,164); }
div.DivClassName
{
background-color: #5287A4;
}
.BgClassName
{
background-color: #5287A4;
}
</style>
border-color css
<style>
span { border-color: #5287A4; }
span { border-color: rgb(82,135,164); }
td.TdClassName
{
border-color: #5287A4;
}
.TagClassName
{
border-color: #5287A4;
}
</style>