Shades of Air Force Blue #5A8CAD
Tints of Air Force Blue #5A8CAD
RGB
CMYK
RGB Variations
Color information
#5A8CAD (or 0x5A8CAD) is known color: Air Force Blue. HEX triplet: 5A, 8C and AD. RGB value is (90,140,173). Sum of RGB (Red+Green+Blue) = 90+140+173=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8CAD is #A57352. Grayscale: #808080. Windows color (decimal): -10842963 or 11373658. OLE color: 11373658.
HSL color Cylindrical-coordinate representation of color #5A8CAD: hue angle of 203.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A8CAD is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 140 | 173 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.32 |
| HSL | 203.86º | 0.34% | 0.52% | - |
| HSV(B) | 203.86º | 0.48% | 0.68% | - |
| XYZ | 21.14 | 23.95 | 43.04 | - |
| YUV | 128.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 173 | 0.48 | 0.19 | 0 | 0.32 | 203.86 | 0.34 | 0.52 |
| Hex | 5A | 8C | AD | 30 | 13 | 0 | 20 | CC | 22 | 34 |
| Octal | 132 | 214 | 255 | 60 | 23 | 0 | 40 | 314 | 42 | 64 |
| Binary | 1011010 | 10001100 | 10101101 | 110000 | 10011 | 0 | 100000 | 11001100 | 100010 | 110100 |
Color Harmonies of #5A8CAD
Complementary color
Monochromatic Colors of #5A8CAD
Black with #5A8CAD
Text Example
Text Example
White with #5A8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CAD; }
p { color: rgb(90,140,173); }
H1.HeaderClassName
{
color: #5A8CAD;
}
.AnyTagClassName
{
color: #5A8CAD;
}
</style>
background-color css
<style>
a { background-color: #5A8CAD; }
a { background-color: rgb(90,140,173); }
div.DivClassName
{
background-color: #5A8CAD;
}
.BgClassName
{
background-color: #5A8CAD;
}
</style>
border-color css
<style>
span { border-color: #5A8CAD; }
span { border-color: rgb(90,140,173); }
td.TdClassName
{
border-color: #5A8CAD;
}
.TagClassName
{
border-color: #5A8CAD;
}
</style>