Shades of Air Force Blue #558AB4
Tints of Air Force Blue #558AB4
RGB
CMYK
RGB Variations
Color information
#558AB4 (or 0x558AB4) is known color: Air Force Blue. HEX triplet: 55, 8A and B4. RGB value is (85,138,180). Sum of RGB (Red+Green+Blue) = 85+138+180=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #558AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AB4 is #AA754B. Grayscale: #7E7E7E. Windows color (decimal): -11171148 or 11831893. OLE color: 11831893.
HSL color Cylindrical-coordinate representation of color #558AB4: hue angle of 206.53º 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 #558AB4 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 138 | 180 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.29 |
| HSL | 206.53º | 0.39% | 0.52% | - |
| HSV(B) | 206.53º | 0.53% | 0.71% | - |
| XYZ | 21.07 | 23.4 | 46.59 | - |
| YUV | 126.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 180 | 0.53 | 0.23 | 0 | 0.29 | 206.53 | 0.39 | 0.52 |
| Hex | 55 | 8A | B4 | 35 | 17 | 0 | 1D | CF | 27 | 34 |
| Octal | 125 | 212 | 264 | 65 | 27 | 0 | 35 | 317 | 47 | 64 |
| Binary | 1010101 | 10001010 | 10110100 | 110101 | 10111 | 0 | 11101 | 11001111 | 100111 | 110100 |
Color Harmonies of #558AB4
Complementary color
Monochromatic Colors of #558AB4
Black with #558AB4
Text Example
Text Example
White with #558AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AB4; }
p { color: rgb(85,138,180); }
H1.HeaderClassName
{
color: #558AB4;
}
.AnyTagClassName
{
color: #558AB4;
}
</style>
background-color css
<style>
a { background-color: #558AB4; }
a { background-color: rgb(85,138,180); }
div.DivClassName
{
background-color: #558AB4;
}
.BgClassName
{
background-color: #558AB4;
}
</style>
border-color css
<style>
span { border-color: #558AB4; }
span { border-color: rgb(85,138,180); }
td.TdClassName
{
border-color: #558AB4;
}
.TagClassName
{
border-color: #558AB4;
}
</style>