Shades of Air Force Blue #53819E
Tints of Air Force Blue #53819E
RGB
CMYK
RGB Variations
Color information
#53819E (or 0x53819E) is known color: Air Force Blue. HEX triplet: 53, 81 and 9E. RGB value is (83,129,158). Sum of RGB (Red+Green+Blue) = 83+129+158=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #53819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819E is #AC7E61. Grayscale: #767676. Windows color (decimal): -11304546 or 10387795. OLE color: 10387795.
HSL color Cylindrical-coordinate representation of color #53819E: hue angle of 203.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53819E is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 129 | 158 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.38 |
| HSL | 203.2º | 0.31% | 0.47% | - |
| HSV(B) | 203.2º | 0.47% | 0.62% | - |
| XYZ | 17.59 | 20.01 | 35.28 | - |
| YUV | 118.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 158 | 0.47 | 0.18 | 0 | 0.38 | 203.2 | 0.31 | 0.47 |
| Hex | 53 | 81 | 9E | 2F | 12 | 0 | 26 | CB | 1F | 2F |
| Octal | 123 | 201 | 236 | 57 | 22 | 0 | 46 | 313 | 37 | 57 |
| Binary | 1010011 | 10000001 | 10011110 | 101111 | 10010 | 0 | 100110 | 11001011 | 11111 | 101111 |
Color Harmonies of #53819E
Complementary color
Monochromatic Colors of #53819E
Black with #53819E
Text Example
Text Example
White with #53819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53819E; }
p { color: rgb(83,129,158); }
H1.HeaderClassName
{
color: #53819E;
}
.AnyTagClassName
{
color: #53819E;
}
</style>
background-color css
<style>
a { background-color: #53819E; }
a { background-color: rgb(83,129,158); }
div.DivClassName
{
background-color: #53819E;
}
.BgClassName
{
background-color: #53819E;
}
</style>
border-color css
<style>
span { border-color: #53819E; }
span { border-color: rgb(83,129,158); }
td.TdClassName
{
border-color: #53819E;
}
.TagClassName
{
border-color: #53819E;
}
</style>