Shades of Air Force Blue #578FA4
Tints of Air Force Blue #578FA4
RGB
CMYK
RGB Variations
Color information
#578FA4 (or 0x578FA4) is known color: Air Force Blue. HEX triplet: 57, 8F and A4. RGB value is (87,143,164). Sum of RGB (Red+Green+Blue) = 87+143+164=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #578FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578FA4 is #A8705B. Grayscale: #808080. Windows color (decimal): -11038812 or 10784599. OLE color: 10784599.
HSL color Cylindrical-coordinate representation of color #578FA4: hue angle of 196.36º 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 #578FA4 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 143 | 164 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.36 |
| HSL | 196.36º | 0.31% | 0.49% | - |
| HSV(B) | 196.36º | 0.47% | 0.64% | - |
| XYZ | 20.45 | 24.35 | 38.74 | - |
| YUV | 128.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 164 | 0.47 | 0.13 | 0 | 0.36 | 196.36 | 0.31 | 0.49 |
| Hex | 57 | 8F | A4 | 2F | D | 0 | 24 | C4 | 1F | 31 |
| Octal | 127 | 217 | 244 | 57 | 15 | 0 | 44 | 304 | 37 | 61 |
| Binary | 1010111 | 10001111 | 10100100 | 101111 | 1101 | 0 | 100100 | 11000100 | 11111 | 110001 |
Color Harmonies of #578FA4
Complementary color
Monochromatic Colors of #578FA4
Black with #578FA4
Text Example
Text Example
White with #578FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578FA4; }
p { color: rgb(87,143,164); }
H1.HeaderClassName
{
color: #578FA4;
}
.AnyTagClassName
{
color: #578FA4;
}
</style>
background-color css
<style>
a { background-color: #578FA4; }
a { background-color: rgb(87,143,164); }
div.DivClassName
{
background-color: #578FA4;
}
.BgClassName
{
background-color: #578FA4;
}
</style>
border-color css
<style>
span { border-color: #578FA4; }
span { border-color: rgb(87,143,164); }
td.TdClassName
{
border-color: #578FA4;
}
.TagClassName
{
border-color: #578FA4;
}
</style>