Shades of Air Force Blue #558BAF
Tints of Air Force Blue #558BAF
RGB
CMYK
RGB Variations
Color information
#558BAF (or 0x558BAF) is known color: Air Force Blue. HEX triplet: 55, 8B and AF. RGB value is (85,139,175). Sum of RGB (Red+Green+Blue) = 85+139+175=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #558BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BAF is #AA7450. Grayscale: #7E7E7E. Windows color (decimal): -11170897 or 11504469. OLE color: 11504469.
HSL color Cylindrical-coordinate representation of color #558BAF: hue angle of 204º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558BAF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 139 | 175 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.31 |
| HSL | 204º | 0.36% | 0.51% | - |
| HSV(B) | 204º | 0.51% | 0.69% | - |
| XYZ | 20.72 | 23.49 | 44 | - |
| YUV | 126.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 175 | 0.51 | 0.21 | 0 | 0.31 | 204 | 0.36 | 0.51 |
| Hex | 55 | 8B | AF | 33 | 15 | 0 | 1F | CC | 24 | 33 |
| Octal | 125 | 213 | 257 | 63 | 25 | 0 | 37 | 314 | 44 | 63 |
| Binary | 1010101 | 10001011 | 10101111 | 110011 | 10101 | 0 | 11111 | 11001100 | 100100 | 110011 |
Color Harmonies of #558BAF
Complementary color
Monochromatic Colors of #558BAF
Black with #558BAF
Text Example
Text Example
White with #558BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BAF; }
p { color: rgb(85,139,175); }
H1.HeaderClassName
{
color: #558BAF;
}
.AnyTagClassName
{
color: #558BAF;
}
</style>
background-color css
<style>
a { background-color: #558BAF; }
a { background-color: rgb(85,139,175); }
div.DivClassName
{
background-color: #558BAF;
}
.BgClassName
{
background-color: #558BAF;
}
</style>
border-color css
<style>
span { border-color: #558BAF; }
span { border-color: rgb(85,139,175); }
td.TdClassName
{
border-color: #558BAF;
}
.TagClassName
{
border-color: #558BAF;
}
</style>