Shades of Air Force Blue #5283AC
Tints of Air Force Blue #5283AC
RGB
CMYK
RGB Variations
Color information
#5283AC (or 0x5283AC) is known color: Air Force Blue. HEX triplet: 52, 83 and AC. RGB value is (82,131,172). Sum of RGB (Red+Green+Blue) = 82+131+172=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5283AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5283AC is #AD7C53. Grayscale: #787878. Windows color (decimal): -11369556 or 11305810. OLE color: 11305810.
HSL color Cylindrical-coordinate representation of color #5283AC: hue angle of 207.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5283AC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 131 | 172 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.33 |
| HSL | 207.33º | 0.35% | 0.5% | - |
| HSV(B) | 207.33º | 0.52% | 0.67% | - |
| XYZ | 19.04 | 21.01 | 42.08 | - |
| YUV | 121.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 172 | 0.52 | 0.24 | 0 | 0.33 | 207.33 | 0.35 | 0.5 |
| Hex | 52 | 83 | AC | 34 | 18 | 0 | 21 | CF | 23 | 32 |
| Octal | 122 | 203 | 254 | 64 | 30 | 0 | 41 | 317 | 43 | 62 |
| Binary | 1010010 | 10000011 | 10101100 | 110100 | 11000 | 0 | 100001 | 11001111 | 100011 | 110010 |
Color Harmonies of #5283AC
Complementary color
Monochromatic Colors of #5283AC
Black with #5283AC
Text Example
Text Example
White with #5283AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283AC; }
p { color: rgb(82,131,172); }
H1.HeaderClassName
{
color: #5283AC;
}
.AnyTagClassName
{
color: #5283AC;
}
</style>
background-color css
<style>
a { background-color: #5283AC; }
a { background-color: rgb(82,131,172); }
div.DivClassName
{
background-color: #5283AC;
}
.BgClassName
{
background-color: #5283AC;
}
</style>
border-color css
<style>
span { border-color: #5283AC; }
span { border-color: rgb(82,131,172); }
td.TdClassName
{
border-color: #5283AC;
}
.TagClassName
{
border-color: #5283AC;
}
</style>