Shades of Air Force Blue #527DA1
Tints of Air Force Blue #527DA1
RGB
CMYK
RGB Variations
Color information
#527DA1 (or 0x527DA1) is known color: Air Force Blue. HEX triplet: 52, 7D and A1. RGB value is (82,125,161). Sum of RGB (Red+Green+Blue) = 82+125+161=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #527DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA1 is #AD825E. Grayscale: #747474. Windows color (decimal): -11371103 or 10583378. OLE color: 10583378.
HSL color Cylindrical-coordinate representation of color #527DA1: hue angle of 207.34º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #527DA1 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 125 | 161 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.37 |
| HSL | 207.34º | 0.33% | 0.48% | - |
| HSV(B) | 207.34º | 0.49% | 0.63% | - |
| XYZ | 17.25 | 19.03 | 36.48 | - |
| YUV | 116.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 161 | 0.49 | 0.22 | 0 | 0.37 | 207.34 | 0.33 | 0.48 |
| Hex | 52 | 7D | A1 | 31 | 16 | 0 | 25 | CF | 21 | 30 |
| Octal | 122 | 175 | 241 | 61 | 26 | 0 | 45 | 317 | 41 | 60 |
| Binary | 1010010 | 1111101 | 10100001 | 110001 | 10110 | 0 | 100101 | 11001111 | 100001 | 110000 |
Color Harmonies of #527DA1
Complementary color
Monochromatic Colors of #527DA1
Black with #527DA1
Text Example
Text Example
White with #527DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DA1; }
p { color: rgb(82,125,161); }
H1.HeaderClassName
{
color: #527DA1;
}
.AnyTagClassName
{
color: #527DA1;
}
</style>
background-color css
<style>
a { background-color: #527DA1; }
a { background-color: rgb(82,125,161); }
div.DivClassName
{
background-color: #527DA1;
}
.BgClassName
{
background-color: #527DA1;
}
</style>
border-color css
<style>
span { border-color: #527DA1; }
span { border-color: rgb(82,125,161); }
td.TdClassName
{
border-color: #527DA1;
}
.TagClassName
{
border-color: #527DA1;
}
</style>