Shades of Air Force Blue #577CA3
Tints of Air Force Blue #577CA3
RGB
CMYK
RGB Variations
Color information
#577CA3 (or 0x577CA3) is known color: Air Force Blue. HEX triplet: 57, 7C and A3. RGB value is (87,124,163). Sum of RGB (Red+Green+Blue) = 87+124+163=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #577CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CA3 is #A8835C. Grayscale: #757575. Windows color (decimal): -11043677 or 10714199. OLE color: 10714199.
HSL color Cylindrical-coordinate representation of color #577CA3: hue angle of 210.79º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #577CA3 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 124 | 163 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.36 |
| HSL | 210.79º | 0.3% | 0.49% | - |
| HSV(B) | 210.79º | 0.47% | 0.64% | - |
| XYZ | 17.75 | 19.09 | 37.4 | - |
| YUV | 117.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 163 | 0.47 | 0.24 | 0 | 0.36 | 210.79 | 0.3 | 0.49 |
| Hex | 57 | 7C | A3 | 2F | 18 | 0 | 24 | D3 | 1E | 31 |
| Octal | 127 | 174 | 243 | 57 | 30 | 0 | 44 | 323 | 36 | 61 |
| Binary | 1010111 | 1111100 | 10100011 | 101111 | 11000 | 0 | 100100 | 11010011 | 11110 | 110001 |
Color Harmonies of #577CA3
Complementary color
Monochromatic Colors of #577CA3
Black with #577CA3
Text Example
Text Example
White with #577CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CA3; }
p { color: rgb(87,124,163); }
H1.HeaderClassName
{
color: #577CA3;
}
.AnyTagClassName
{
color: #577CA3;
}
</style>
background-color css
<style>
a { background-color: #577CA3; }
a { background-color: rgb(87,124,163); }
div.DivClassName
{
background-color: #577CA3;
}
.BgClassName
{
background-color: #577CA3;
}
</style>
border-color css
<style>
span { border-color: #577CA3; }
span { border-color: rgb(87,124,163); }
td.TdClassName
{
border-color: #577CA3;
}
.TagClassName
{
border-color: #577CA3;
}
</style>