Shades of Air Force Blue #558DB5
Tints of Air Force Blue #558DB5
RGB
CMYK
RGB Variations
Color information
#558DB5 (or 0x558DB5) is known color: Air Force Blue. HEX triplet: 55, 8D and B5. RGB value is (85,141,181). Sum of RGB (Red+Green+Blue) = 85+141+181=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #558DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DB5 is #AA724A. Grayscale: #808080. Windows color (decimal): -11170379 or 11898197. OLE color: 11898197.
HSL color Cylindrical-coordinate representation of color #558DB5: hue angle of 205º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558DB5 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 141 | 181 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.29 |
| HSL | 205º | 0.39% | 0.52% | - |
| HSV(B) | 205º | 0.53% | 0.71% | - |
| XYZ | 21.61 | 24.32 | 47.27 | - |
| YUV | 128.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 181 | 0.53 | 0.22 | 0 | 0.29 | 205 | 0.39 | 0.52 |
| Hex | 55 | 8D | B5 | 35 | 16 | 0 | 1D | CD | 27 | 34 |
| Octal | 125 | 215 | 265 | 65 | 26 | 0 | 35 | 315 | 47 | 64 |
| Binary | 1010101 | 10001101 | 10110101 | 110101 | 10110 | 0 | 11101 | 11001101 | 100111 | 110100 |
Color Harmonies of #558DB5
Complementary color
Monochromatic Colors of #558DB5
Black with #558DB5
Text Example
Text Example
White with #558DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DB5; }
p { color: rgb(85,141,181); }
H1.HeaderClassName
{
color: #558DB5;
}
.AnyTagClassName
{
color: #558DB5;
}
</style>
background-color css
<style>
a { background-color: #558DB5; }
a { background-color: rgb(85,141,181); }
div.DivClassName
{
background-color: #558DB5;
}
.BgClassName
{
background-color: #558DB5;
}
</style>
border-color css
<style>
span { border-color: #558DB5; }
span { border-color: rgb(85,141,181); }
td.TdClassName
{
border-color: #558DB5;
}
.TagClassName
{
border-color: #558DB5;
}
</style>