Shades of Air Force Blue #57859E
Tints of Air Force Blue #57859E
RGB
CMYK
RGB Variations
Color information
#57859E (or 0x57859E) is known color: Air Force Blue. HEX triplet: 57, 85 and 9E. RGB value is (87,133,158). Sum of RGB (Red+Green+Blue) = 87+133+158=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #57859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57859E is #A87A61. Grayscale: #797979. Windows color (decimal): -11041378 or 10388823. OLE color: 10388823.
HSL color Cylindrical-coordinate representation of color #57859E: hue angle of 201.13º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57859E is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 133 | 158 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.38 |
| HSL | 201.13º | 0.29% | 0.48% | - |
| HSV(B) | 201.13º | 0.45% | 0.62% | - |
| XYZ | 18.49 | 21.27 | 35.48 | - |
| YUV | 122.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 158 | 0.45 | 0.16 | 0 | 0.38 | 201.13 | 0.29 | 0.48 |
| Hex | 57 | 85 | 9E | 2D | 10 | 0 | 26 | C9 | 1D | 30 |
| Octal | 127 | 205 | 236 | 55 | 20 | 0 | 46 | 311 | 35 | 60 |
| Binary | 1010111 | 10000101 | 10011110 | 101101 | 10000 | 0 | 100110 | 11001001 | 11101 | 110000 |
Color Harmonies of #57859E
Complementary color
Monochromatic Colors of #57859E
Black with #57859E
Text Example
Text Example
White with #57859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57859E; }
p { color: rgb(87,133,158); }
H1.HeaderClassName
{
color: #57859E;
}
.AnyTagClassName
{
color: #57859E;
}
</style>
background-color css
<style>
a { background-color: #57859E; }
a { background-color: rgb(87,133,158); }
div.DivClassName
{
background-color: #57859E;
}
.BgClassName
{
background-color: #57859E;
}
</style>
border-color css
<style>
span { border-color: #57859E; }
span { border-color: rgb(87,133,158); }
td.TdClassName
{
border-color: #57859E;
}
.TagClassName
{
border-color: #57859E;
}
</style>