Shades of Air Force Blue #537DA2
Tints of Air Force Blue #537DA2
RGB
CMYK
RGB Variations
Color information
#537DA2 (or 0x537DA2) is known color: Air Force Blue. HEX triplet: 53, 7D and A2. RGB value is (83,125,162). Sum of RGB (Red+Green+Blue) = 83+125+162=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #537DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DA2 is #AC825D. Grayscale: #747474. Windows color (decimal): -11305566 or 10648915. OLE color: 10648915.
HSL color Cylindrical-coordinate representation of color #537DA2: hue angle of 208.1º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537DA2 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 125 | 162 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.36 |
| HSL | 208.1º | 0.32% | 0.48% | - |
| HSV(B) | 208.1º | 0.49% | 0.64% | - |
| XYZ | 17.42 | 19.11 | 36.95 | - |
| YUV | 116.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 162 | 0.49 | 0.23 | 0 | 0.36 | 208.1 | 0.32 | 0.48 |
| Hex | 53 | 7D | A2 | 31 | 17 | 0 | 24 | D0 | 20 | 30 |
| Octal | 123 | 175 | 242 | 61 | 27 | 0 | 44 | 320 | 40 | 60 |
| Binary | 1010011 | 1111101 | 10100010 | 110001 | 10111 | 0 | 100100 | 11010000 | 100000 | 110000 |
Color Harmonies of #537DA2
Complementary color
Monochromatic Colors of #537DA2
Black with #537DA2
Text Example
Text Example
White with #537DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DA2; }
p { color: rgb(83,125,162); }
H1.HeaderClassName
{
color: #537DA2;
}
.AnyTagClassName
{
color: #537DA2;
}
</style>
background-color css
<style>
a { background-color: #537DA2; }
a { background-color: rgb(83,125,162); }
div.DivClassName
{
background-color: #537DA2;
}
.BgClassName
{
background-color: #537DA2;
}
</style>
border-color css
<style>
span { border-color: #537DA2; }
span { border-color: rgb(83,125,162); }
td.TdClassName
{
border-color: #537DA2;
}
.TagClassName
{
border-color: #537DA2;
}
</style>