Shades of Air Force Blue #577CA4
Tints of Air Force Blue #577CA4
RGB
CMYK
RGB Variations
Color information
#577CA4 (or 0x577CA4) is known color: Air Force Blue. HEX triplet: 57, 7C and A4. RGB value is (87,124,164). Sum of RGB (Red+Green+Blue) = 87+124+164=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #577CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CA4 is #A8835B. Grayscale: #757575. Windows color (decimal): -11043676 or 10779735. OLE color: 10779735.
HSL color Cylindrical-coordinate representation of color #577CA4: hue angle of 211.17º degrees, saturation: 0.31, 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 #577CA4 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 124 | 164 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.36 |
| HSL | 211.17º | 0.31% | 0.49% | - |
| HSV(B) | 211.17º | 0.47% | 0.64% | - |
| XYZ | 17.84 | 19.12 | 37.87 | - |
| YUV | 117.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 164 | 0.47 | 0.24 | 0 | 0.36 | 211.17 | 0.31 | 0.49 |
| Hex | 57 | 7C | A4 | 2F | 18 | 0 | 24 | D3 | 1F | 31 |
| Octal | 127 | 174 | 244 | 57 | 30 | 0 | 44 | 323 | 37 | 61 |
| Binary | 1010111 | 1111100 | 10100100 | 101111 | 11000 | 0 | 100100 | 11010011 | 11111 | 110001 |
Color Harmonies of #577CA4
Complementary color
Monochromatic Colors of #577CA4
Black with #577CA4
Text Example
Text Example
White with #577CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CA4; }
p { color: rgb(87,124,164); }
H1.HeaderClassName
{
color: #577CA4;
}
.AnyTagClassName
{
color: #577CA4;
}
</style>
background-color css
<style>
a { background-color: #577CA4; }
a { background-color: rgb(87,124,164); }
div.DivClassName
{
background-color: #577CA4;
}
.BgClassName
{
background-color: #577CA4;
}
</style>
border-color css
<style>
span { border-color: #577CA4; }
span { border-color: rgb(87,124,164); }
td.TdClassName
{
border-color: #577CA4;
}
.TagClassName
{
border-color: #577CA4;
}
</style>