Shades of Air Force Blue #578CB1
Tints of Air Force Blue #578CB1
RGB
CMYK
RGB Variations
Color information
#578CB1 (or 0x578CB1) is known color: Air Force Blue. HEX triplet: 57, 8C and B1. RGB value is (87,140,177). Sum of RGB (Red+Green+Blue) = 87+140+177=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #578CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578CB1 is #A8734E. Grayscale: #808080. Windows color (decimal): -11039567 or 11635799. OLE color: 11635799.
HSL color Cylindrical-coordinate representation of color #578CB1: hue angle of 204.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #578CB1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 140 | 177 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.31 |
| HSL | 204.67º | 0.37% | 0.52% | - |
| HSV(B) | 204.67º | 0.51% | 0.69% | - |
| XYZ | 21.24 | 23.96 | 45.1 | - |
| YUV | 128.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 177 | 0.51 | 0.21 | 0 | 0.31 | 204.67 | 0.37 | 0.52 |
| Hex | 57 | 8C | B1 | 33 | 15 | 0 | 1F | CD | 25 | 34 |
| Octal | 127 | 214 | 261 | 63 | 25 | 0 | 37 | 315 | 45 | 64 |
| Binary | 1010111 | 10001100 | 10110001 | 110011 | 10101 | 0 | 11111 | 11001101 | 100101 | 110100 |
Color Harmonies of #578CB1
Complementary color
Monochromatic Colors of #578CB1
Black with #578CB1
Text Example
Text Example
White with #578CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578CB1; }
p { color: rgb(87,140,177); }
H1.HeaderClassName
{
color: #578CB1;
}
.AnyTagClassName
{
color: #578CB1;
}
</style>
background-color css
<style>
a { background-color: #578CB1; }
a { background-color: rgb(87,140,177); }
div.DivClassName
{
background-color: #578CB1;
}
.BgClassName
{
background-color: #578CB1;
}
</style>
border-color css
<style>
span { border-color: #578CB1; }
span { border-color: rgb(87,140,177); }
td.TdClassName
{
border-color: #578CB1;
}
.TagClassName
{
border-color: #578CB1;
}
</style>