Shades of Air Force Blue #5486B0
Tints of Air Force Blue #5486B0
RGB
CMYK
RGB Variations
Color information
#5486B0 (or 0x5486B0) is known color: Air Force Blue. HEX triplet: 54, 86 and B0. RGB value is (84,134,176). Sum of RGB (Red+Green+Blue) = 84+134+176=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #5486B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5486B0 is #AB794F. Grayscale: #7B7B7B. Windows color (decimal): -11237712 or 11568724. OLE color: 11568724.
HSL color Cylindrical-coordinate representation of color #5486B0: hue angle of 207.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5486B0 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 134 | 176 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.31 |
| HSL | 207.39º | 0.37% | 0.51% | - |
| HSV(B) | 207.39º | 0.52% | 0.69% | - |
| XYZ | 20.02 | 22.07 | 44.28 | - |
| YUV | 123.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 176 | 0.52 | 0.24 | 0 | 0.31 | 207.39 | 0.37 | 0.51 |
| Hex | 54 | 86 | B0 | 34 | 18 | 0 | 1F | CF | 25 | 33 |
| Octal | 124 | 206 | 260 | 64 | 30 | 0 | 37 | 317 | 45 | 63 |
| Binary | 1010100 | 10000110 | 10110000 | 110100 | 11000 | 0 | 11111 | 11001111 | 100101 | 110011 |
Color Harmonies of #5486B0
Complementary color
Monochromatic Colors of #5486B0
Black with #5486B0
Text Example
Text Example
White with #5486B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486B0; }
p { color: rgb(84,134,176); }
H1.HeaderClassName
{
color: #5486B0;
}
.AnyTagClassName
{
color: #5486B0;
}
</style>
background-color css
<style>
a { background-color: #5486B0; }
a { background-color: rgb(84,134,176); }
div.DivClassName
{
background-color: #5486B0;
}
.BgClassName
{
background-color: #5486B0;
}
</style>
border-color css
<style>
span { border-color: #5486B0; }
span { border-color: rgb(84,134,176); }
td.TdClassName
{
border-color: #5486B0;
}
.TagClassName
{
border-color: #5486B0;
}
</style>