Shades of Air Force Blue #558CA4
Tints of Air Force Blue #558CA4
RGB
CMYK
RGB Variations
Color information
#558CA4 (or 0x558CA4) is known color: Air Force Blue. HEX triplet: 55, 8C and A4. RGB value is (85,140,164). Sum of RGB (Red+Green+Blue) = 85+140+164=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #558CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CA4 is #AA735B. Grayscale: #7E7E7E. Windows color (decimal): -11170652 or 10783829. OLE color: 10783829.
HSL color Cylindrical-coordinate representation of color #558CA4: hue angle of 198.23º degrees, saturation: 0.32, 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 #558CA4 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 140 | 164 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.36 |
| HSL | 198.23º | 0.32% | 0.49% | - |
| HSV(B) | 198.23º | 0.48% | 0.64% | - |
| XYZ | 19.83 | 23.37 | 38.59 | - |
| YUV | 126.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 164 | 0.48 | 0.15 | 0 | 0.36 | 198.23 | 0.32 | 0.49 |
| Hex | 55 | 8C | A4 | 30 | F | 0 | 24 | C6 | 20 | 31 |
| Octal | 125 | 214 | 244 | 60 | 17 | 0 | 44 | 306 | 40 | 61 |
| Binary | 1010101 | 10001100 | 10100100 | 110000 | 1111 | 0 | 100100 | 11000110 | 100000 | 110001 |
Color Harmonies of #558CA4
Complementary color
Monochromatic Colors of #558CA4
Black with #558CA4
Text Example
Text Example
White with #558CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CA4; }
p { color: rgb(85,140,164); }
H1.HeaderClassName
{
color: #558CA4;
}
.AnyTagClassName
{
color: #558CA4;
}
</style>
background-color css
<style>
a { background-color: #558CA4; }
a { background-color: rgb(85,140,164); }
div.DivClassName
{
background-color: #558CA4;
}
.BgClassName
{
background-color: #558CA4;
}
</style>
border-color css
<style>
span { border-color: #558CA4; }
span { border-color: rgb(85,140,164); }
td.TdClassName
{
border-color: #558CA4;
}
.TagClassName
{
border-color: #558CA4;
}
</style>