Shades of Air Force Blue #5D8FA5
Tints of Air Force Blue #5D8FA5
RGB
CMYK
RGB Variations
Color information
#5D8FA5 (or 0x5D8FA5) is known color: Air Force Blue. HEX triplet: 5D, 8F and A5. RGB value is (93,143,165). Sum of RGB (Red+Green+Blue) = 93+143+165=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #5D8FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8FA5 is #A2705A. Grayscale: #828282. Windows color (decimal): -10645595 or 10850141. OLE color: 10850141.
HSL color Cylindrical-coordinate representation of color #5D8FA5: hue angle of 198.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D8FA5 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 143 | 165 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.35 |
| HSL | 198.33º | 0.29% | 0.51% | - |
| HSV(B) | 198.33º | 0.44% | 0.65% | - |
| XYZ | 21.13 | 24.69 | 39.25 | - |
| YUV | 130.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 143 | 165 | 0.44 | 0.13 | 0 | 0.35 | 198.33 | 0.29 | 0.51 |
| Hex | 5D | 8F | A5 | 2C | D | 0 | 23 | C6 | 1D | 33 |
| Octal | 135 | 217 | 245 | 54 | 15 | 0 | 43 | 306 | 35 | 63 |
| Binary | 1011101 | 10001111 | 10100101 | 101100 | 1101 | 0 | 100011 | 11000110 | 11101 | 110011 |
Color Harmonies of #5D8FA5
Complementary color
Monochromatic Colors of #5D8FA5
Black with #5D8FA5
Text Example
Text Example
White with #5D8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8FA5; }
p { color: rgb(93,143,165); }
H1.HeaderClassName
{
color: #5D8FA5;
}
.AnyTagClassName
{
color: #5D8FA5;
}
</style>
background-color css
<style>
a { background-color: #5D8FA5; }
a { background-color: rgb(93,143,165); }
div.DivClassName
{
background-color: #5D8FA5;
}
.BgClassName
{
background-color: #5D8FA5;
}
</style>
border-color css
<style>
span { border-color: #5D8FA5; }
span { border-color: rgb(93,143,165); }
td.TdClassName
{
border-color: #5D8FA5;
}
.TagClassName
{
border-color: #5D8FA5;
}
</style>