Shades of Air Force Blue #558CA5
Tints of Air Force Blue #558CA5
RGB
CMYK
RGB Variations
Color information
#558CA5 (or 0x558CA5) is known color: Air Force Blue. HEX triplet: 55, 8C and A5. RGB value is (85,140,165). Sum of RGB (Red+Green+Blue) = 85+140+165=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #558CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CA5 is #AA735A. Grayscale: #7E7E7E. Windows color (decimal): -11170651 or 10849365. OLE color: 10849365.
HSL color Cylindrical-coordinate representation of color #558CA5: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558CA5 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 140 | 165 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.35 |
| HSL | 198.75º | 0.32% | 0.49% | - |
| HSV(B) | 198.75º | 0.48% | 0.65% | - |
| XYZ | 19.92 | 23.4 | 39.07 | - |
| YUV | 126.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 165 | 0.48 | 0.15 | 0 | 0.35 | 198.75 | 0.32 | 0.49 |
| Hex | 55 | 8C | A5 | 30 | F | 0 | 23 | C7 | 20 | 31 |
| Octal | 125 | 214 | 245 | 60 | 17 | 0 | 43 | 307 | 40 | 61 |
| Binary | 1010101 | 10001100 | 10100101 | 110000 | 1111 | 0 | 100011 | 11000111 | 100000 | 110001 |
Color Harmonies of #558CA5
Complementary color
Monochromatic Colors of #558CA5
Black with #558CA5
Text Example
Text Example
White with #558CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CA5; }
p { color: rgb(85,140,165); }
H1.HeaderClassName
{
color: #558CA5;
}
.AnyTagClassName
{
color: #558CA5;
}
</style>
background-color css
<style>
a { background-color: #558CA5; }
a { background-color: rgb(85,140,165); }
div.DivClassName
{
background-color: #558CA5;
}
.BgClassName
{
background-color: #558CA5;
}
</style>
border-color css
<style>
span { border-color: #558CA5; }
span { border-color: rgb(85,140,165); }
td.TdClassName
{
border-color: #558CA5;
}
.TagClassName
{
border-color: #558CA5;
}
</style>