Shades of Air Force Blue #52829F
Tints of Air Force Blue #52829F
RGB
CMYK
RGB Variations
Color information
#52829F (or 0x52829F) is known color: Air Force Blue. HEX triplet: 52, 82 and 9F. RGB value is (82,130,159). Sum of RGB (Red+Green+Blue) = 82+130+159=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #52829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829F is #AD7D60. Grayscale: #767676. Windows color (decimal): -11369825 or 10453586. OLE color: 10453586.
HSL color Cylindrical-coordinate representation of color #52829F: hue angle of 202.6º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52829F is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 130 | 159 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.38 |
| HSL | 202.6º | 0.32% | 0.47% | - |
| HSV(B) | 202.6º | 0.48% | 0.62% | - |
| XYZ | 17.72 | 20.26 | 35.78 | - |
| YUV | 118.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 159 | 0.48 | 0.18 | 0 | 0.38 | 202.6 | 0.32 | 0.47 |
| Hex | 52 | 82 | 9F | 30 | 12 | 0 | 26 | CB | 20 | 2F |
| Octal | 122 | 202 | 237 | 60 | 22 | 0 | 46 | 313 | 40 | 57 |
| Binary | 1010010 | 10000010 | 10011111 | 110000 | 10010 | 0 | 100110 | 11001011 | 100000 | 101111 |
Color Harmonies of #52829F
Complementary color
Monochromatic Colors of #52829F
Black with #52829F
Text Example
Text Example
White with #52829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52829F; }
p { color: rgb(82,130,159); }
H1.HeaderClassName
{
color: #52829F;
}
.AnyTagClassName
{
color: #52829F;
}
</style>
background-color css
<style>
a { background-color: #52829F; }
a { background-color: rgb(82,130,159); }
div.DivClassName
{
background-color: #52829F;
}
.BgClassName
{
background-color: #52829F;
}
</style>
border-color css
<style>
span { border-color: #52829F; }
span { border-color: rgb(82,130,159); }
td.TdClassName
{
border-color: #52829F;
}
.TagClassName
{
border-color: #52829F;
}
</style>