Shades of Air Force Blue #537F9C
Tints of Air Force Blue #537F9C
RGB
CMYK
RGB Variations
Color information
#537F9C (or 0x537F9C) is known color: Air Force Blue. HEX triplet: 53, 7F and 9C. RGB value is (83,127,156). Sum of RGB (Red+Green+Blue) = 83+127+156=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #537F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F9C is #AC8063. Grayscale: #747474. Windows color (decimal): -11305060 or 10256211. OLE color: 10256211.
HSL color Cylindrical-coordinate representation of color #537F9C: hue angle of 203.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #537F9C is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 127 | 156 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.39 |
| HSL | 203.84º | 0.31% | 0.47% | - |
| HSV(B) | 203.84º | 0.47% | 0.61% | - |
| XYZ | 17.16 | 19.42 | 34.3 | - |
| YUV | 117.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 156 | 0.47 | 0.19 | 0 | 0.39 | 203.84 | 0.31 | 0.47 |
| Hex | 53 | 7F | 9C | 2F | 13 | 0 | 27 | CC | 1F | 2F |
| Octal | 123 | 177 | 234 | 57 | 23 | 0 | 47 | 314 | 37 | 57 |
| Binary | 1010011 | 1111111 | 10011100 | 101111 | 10011 | 0 | 100111 | 11001100 | 11111 | 101111 |
Color Harmonies of #537F9C
Complementary color
Monochromatic Colors of #537F9C
Black with #537F9C
Text Example
Text Example
White with #537F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F9C; }
p { color: rgb(83,127,156); }
H1.HeaderClassName
{
color: #537F9C;
}
.AnyTagClassName
{
color: #537F9C;
}
</style>
background-color css
<style>
a { background-color: #537F9C; }
a { background-color: rgb(83,127,156); }
div.DivClassName
{
background-color: #537F9C;
}
.BgClassName
{
background-color: #537F9C;
}
</style>
border-color css
<style>
span { border-color: #537F9C; }
span { border-color: rgb(83,127,156); }
td.TdClassName
{
border-color: #537F9C;
}
.TagClassName
{
border-color: #537F9C;
}
</style>