Shades of Air Force Blue #578AB4
Tints of Air Force Blue #578AB4
RGB
CMYK
RGB Variations
Color information
#578AB4 (or 0x578AB4) is known color: Air Force Blue. HEX triplet: 57, 8A and B4. RGB value is (87,138,180). Sum of RGB (Red+Green+Blue) = 87+138+180=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #578AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578AB4 is #A8754B. Grayscale: #7F7F7F. Windows color (decimal): -11040076 or 11831895. OLE color: 11831895.
HSL color Cylindrical-coordinate representation of color #578AB4: hue angle of 207.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #578AB4 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 138 | 180 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.29 |
| HSL | 207.1º | 0.38% | 0.52% | - |
| HSV(B) | 207.1º | 0.52% | 0.71% | - |
| XYZ | 21.26 | 23.5 | 46.6 | - |
| YUV | 127.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 180 | 0.52 | 0.23 | 0 | 0.29 | 207.1 | 0.38 | 0.52 |
| Hex | 57 | 8A | B4 | 34 | 17 | 0 | 1D | CF | 26 | 34 |
| Octal | 127 | 212 | 264 | 64 | 27 | 0 | 35 | 317 | 46 | 64 |
| Binary | 1010111 | 10001010 | 10110100 | 110100 | 10111 | 0 | 11101 | 11001111 | 100110 | 110100 |
Color Harmonies of #578AB4
Complementary color
Monochromatic Colors of #578AB4
Black with #578AB4
Text Example
Text Example
White with #578AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578AB4; }
p { color: rgb(87,138,180); }
H1.HeaderClassName
{
color: #578AB4;
}
.AnyTagClassName
{
color: #578AB4;
}
</style>
background-color css
<style>
a { background-color: #578AB4; }
a { background-color: rgb(87,138,180); }
div.DivClassName
{
background-color: #578AB4;
}
.BgClassName
{
background-color: #578AB4;
}
</style>
border-color css
<style>
span { border-color: #578AB4; }
span { border-color: rgb(87,138,180); }
td.TdClassName
{
border-color: #578AB4;
}
.TagClassName
{
border-color: #578AB4;
}
</style>