Shades of Air Force Blue #5788A6
Tints of Air Force Blue #5788A6
RGB
CMYK
RGB Variations
Color information
#5788A6 (or 0x5788A6) is known color: Air Force Blue. HEX triplet: 57, 88 and A6. RGB value is (87,136,166). Sum of RGB (Red+Green+Blue) = 87+136+166=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #5788A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5788A6 is #A87759. Grayscale: #7C7C7C. Windows color (decimal): -11040602 or 10913879. OLE color: 10913879.
HSL color Cylindrical-coordinate representation of color #5788A6: hue angle of 202.78º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5788A6 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 136 | 166 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.35 |
| HSL | 202.78º | 0.31% | 0.5% | - |
| HSV(B) | 202.78º | 0.48% | 0.65% | - |
| XYZ | 19.62 | 22.39 | 39.36 | - |
| YUV | 124.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 166 | 0.48 | 0.18 | 0 | 0.35 | 202.78 | 0.31 | 0.5 |
| Hex | 57 | 88 | A6 | 30 | 12 | 0 | 23 | CB | 1F | 32 |
| Octal | 127 | 210 | 246 | 60 | 22 | 0 | 43 | 313 | 37 | 62 |
| Binary | 1010111 | 10001000 | 10100110 | 110000 | 10010 | 0 | 100011 | 11001011 | 11111 | 110010 |
Color Harmonies of #5788A6
Complementary color
Monochromatic Colors of #5788A6
Black with #5788A6
Text Example
Text Example
White with #5788A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5788A6; }
p { color: rgb(87,136,166); }
H1.HeaderClassName
{
color: #5788A6;
}
.AnyTagClassName
{
color: #5788A6;
}
</style>
background-color css
<style>
a { background-color: #5788A6; }
a { background-color: rgb(87,136,166); }
div.DivClassName
{
background-color: #5788A6;
}
.BgClassName
{
background-color: #5788A6;
}
</style>
border-color css
<style>
span { border-color: #5788A6; }
span { border-color: rgb(87,136,166); }
td.TdClassName
{
border-color: #5788A6;
}
.TagClassName
{
border-color: #5788A6;
}
</style>