Shades of Air Force Blue #558AB1
Tints of Air Force Blue #558AB1
RGB
CMYK
RGB Variations
Color information
#558AB1 (or 0x558AB1) is known color: Air Force Blue. HEX triplet: 55, 8A and B1. RGB value is (85,138,177). Sum of RGB (Red+Green+Blue) = 85+138+177=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #558AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AB1 is #AA754E. Grayscale: #7E7E7E. Windows color (decimal): -11171151 or 11635285. OLE color: 11635285.
HSL color Cylindrical-coordinate representation of color #558AB1: hue angle of 205.43º 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 #558AB1 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 138 | 177 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.31 |
| HSL | 205.43º | 0.37% | 0.51% | - |
| HSV(B) | 205.43º | 0.52% | 0.69% | - |
| XYZ | 20.77 | 23.28 | 44.99 | - |
| YUV | 126.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 177 | 0.52 | 0.22 | 0 | 0.31 | 205.43 | 0.37 | 0.51 |
| Hex | 55 | 8A | B1 | 34 | 16 | 0 | 1F | CD | 25 | 33 |
| Octal | 125 | 212 | 261 | 64 | 26 | 0 | 37 | 315 | 45 | 63 |
| Binary | 1010101 | 10001010 | 10110001 | 110100 | 10110 | 0 | 11111 | 11001101 | 100101 | 110011 |
Color Harmonies of #558AB1
Complementary color
Monochromatic Colors of #558AB1
Black with #558AB1
Text Example
Text Example
White with #558AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AB1; }
p { color: rgb(85,138,177); }
H1.HeaderClassName
{
color: #558AB1;
}
.AnyTagClassName
{
color: #558AB1;
}
</style>
background-color css
<style>
a { background-color: #558AB1; }
a { background-color: rgb(85,138,177); }
div.DivClassName
{
background-color: #558AB1;
}
.BgClassName
{
background-color: #558AB1;
}
</style>
border-color css
<style>
span { border-color: #558AB1; }
span { border-color: rgb(85,138,177); }
td.TdClassName
{
border-color: #558AB1;
}
.TagClassName
{
border-color: #558AB1;
}
</style>