Shades of Air Force Blue #5A8BB3
Tints of Air Force Blue #5A8BB3
RGB
CMYK
RGB Variations
Color information
#5A8BB3 (or 0x5A8BB3) is known color: Air Force Blue. HEX triplet: 5A, 8B and B3. RGB value is (90,139,179). Sum of RGB (Red+Green+Blue) = 90+139+179=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A8BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BB3 is #A5744C. Grayscale: #808080. Windows color (decimal): -10843213 or 11766618. OLE color: 11766618.
HSL color Cylindrical-coordinate representation of color #5A8BB3: hue angle of 206.97º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A8BB3 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 139 | 179 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.30 |
| HSL | 206.97º | 0.37% | 0.53% | - |
| HSV(B) | 206.97º | 0.5% | 0.7% | - |
| XYZ | 21.59 | 23.89 | 46.12 | - |
| YUV | 128.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 179 | 0.50 | 0.22 | 0 | 0.30 | 206.97 | 0.37 | 0.53 |
| Hex | 5A | 8B | B3 | 32 | 16 | 0 | 1E | CF | 25 | 35 |
| Octal | 132 | 213 | 263 | 62 | 26 | 0 | 36 | 317 | 45 | 65 |
| Binary | 1011010 | 10001011 | 10110011 | 110010 | 10110 | 0 | 11110 | 11001111 | 100101 | 110101 |
Color Harmonies of #5A8BB3
Complementary color
Monochromatic Colors of #5A8BB3
Black with #5A8BB3
Text Example
Text Example
White with #5A8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BB3; }
p { color: rgb(90,139,179); }
H1.HeaderClassName
{
color: #5A8BB3;
}
.AnyTagClassName
{
color: #5A8BB3;
}
</style>
background-color css
<style>
a { background-color: #5A8BB3; }
a { background-color: rgb(90,139,179); }
div.DivClassName
{
background-color: #5A8BB3;
}
.BgClassName
{
background-color: #5A8BB3;
}
</style>
border-color css
<style>
span { border-color: #5A8BB3; }
span { border-color: rgb(90,139,179); }
td.TdClassName
{
border-color: #5A8BB3;
}
.TagClassName
{
border-color: #5A8BB3;
}
</style>