Shades of Air Force Blue #558DA3
Tints of Air Force Blue #558DA3
RGB
CMYK
RGB Variations
Color information
#558DA3 (or 0x558DA3) is known color: Air Force Blue. HEX triplet: 55, 8D and A3. RGB value is (85,141,163). Sum of RGB (Red+Green+Blue) = 85+141+163=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #558DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DA3 is #AA725C. Grayscale: #7E7E7E. Windows color (decimal): -11170397 or 10718549. OLE color: 10718549.
HSL color Cylindrical-coordinate representation of color #558DA3: hue angle of 196.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558DA3 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 141 | 163 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.36 |
| HSL | 196.92º | 0.31% | 0.49% | - |
| HSV(B) | 196.92º | 0.48% | 0.64% | - |
| XYZ | 19.88 | 23.63 | 38.16 | - |
| YUV | 126.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 163 | 0.48 | 0.13 | 0 | 0.36 | 196.92 | 0.31 | 0.49 |
| Hex | 55 | 8D | A3 | 30 | D | 0 | 24 | C5 | 1F | 31 |
| Octal | 125 | 215 | 243 | 60 | 15 | 0 | 44 | 305 | 37 | 61 |
| Binary | 1010101 | 10001101 | 10100011 | 110000 | 1101 | 0 | 100100 | 11000101 | 11111 | 110001 |
Color Harmonies of #558DA3
Complementary color
Monochromatic Colors of #558DA3
Black with #558DA3
Text Example
Text Example
White with #558DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DA3; }
p { color: rgb(85,141,163); }
H1.HeaderClassName
{
color: #558DA3;
}
.AnyTagClassName
{
color: #558DA3;
}
</style>
background-color css
<style>
a { background-color: #558DA3; }
a { background-color: rgb(85,141,163); }
div.DivClassName
{
background-color: #558DA3;
}
.BgClassName
{
background-color: #558DA3;
}
</style>
border-color css
<style>
span { border-color: #558DA3; }
span { border-color: rgb(85,141,163); }
td.TdClassName
{
border-color: #558DA3;
}
.TagClassName
{
border-color: #558DA3;
}
</style>