Shades of Air Force Blue #537E9C
Tints of Air Force Blue #537E9C
RGB
CMYK
RGB Variations
Color information
#537E9C (or 0x537E9C) is known color: Air Force Blue. HEX triplet: 53, 7E and 9C. RGB value is (83,126,156). Sum of RGB (Red+Green+Blue) = 83+126+156=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #537E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E9C is #AC8163. Grayscale: #747474. Windows color (decimal): -11305316 or 10255955. OLE color: 10255955.
HSL color Cylindrical-coordinate representation of color #537E9C: hue angle of 204.66º 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 #537E9C is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 126 | 156 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.39 |
| HSL | 204.66º | 0.31% | 0.47% | - |
| HSV(B) | 204.66º | 0.47% | 0.61% | - |
| XYZ | 17.03 | 19.16 | 34.25 | - |
| YUV | 116.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 156 | 0.47 | 0.19 | 0 | 0.39 | 204.66 | 0.31 | 0.47 |
| Hex | 53 | 7E | 9C | 2F | 13 | 0 | 27 | CD | 1F | 2F |
| Octal | 123 | 176 | 234 | 57 | 23 | 0 | 47 | 315 | 37 | 57 |
| Binary | 1010011 | 1111110 | 10011100 | 101111 | 10011 | 0 | 100111 | 11001101 | 11111 | 101111 |
Color Harmonies of #537E9C
Complementary color
Monochromatic Colors of #537E9C
Black with #537E9C
Text Example
Text Example
White with #537E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E9C; }
p { color: rgb(83,126,156); }
H1.HeaderClassName
{
color: #537E9C;
}
.AnyTagClassName
{
color: #537E9C;
}
</style>
background-color css
<style>
a { background-color: #537E9C; }
a { background-color: rgb(83,126,156); }
div.DivClassName
{
background-color: #537E9C;
}
.BgClassName
{
background-color: #537E9C;
}
</style>
border-color css
<style>
span { border-color: #537E9C; }
span { border-color: rgb(83,126,156); }
td.TdClassName
{
border-color: #537E9C;
}
.TagClassName
{
border-color: #537E9C;
}
</style>