Shades of Air Force Blue #5D809E
Tints of Air Force Blue #5D809E
RGB
CMYK
RGB Variations
Color information
#5D809E (or 0x5D809E) is known color: Air Force Blue. HEX triplet: 5D, 80 and 9E. RGB value is (93,128,158). Sum of RGB (Red+Green+Blue) = 93+128+158=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D809E is #A27F61. Grayscale: #787878. Windows color (decimal): -10649442 or 10387549. OLE color: 10387549.
HSL color Cylindrical-coordinate representation of color #5D809E: hue angle of 207.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D809E is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 128 | 158 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.38 |
| HSL | 207.69º | 0.26% | 0.49% | - |
| HSV(B) | 207.69º | 0.41% | 0.62% | - |
| XYZ | 18.4 | 20.23 | 35.28 | - |
| YUV | 120.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 158 | 0.41 | 0.19 | 0 | 0.38 | 207.69 | 0.26 | 0.49 |
| Hex | 5D | 80 | 9E | 29 | 13 | 0 | 26 | D0 | 1A | 31 |
| Octal | 135 | 200 | 236 | 51 | 23 | 0 | 46 | 320 | 32 | 61 |
| Binary | 1011101 | 10000000 | 10011110 | 101001 | 10011 | 0 | 100110 | 11010000 | 11010 | 110001 |
Color Harmonies of #5D809E
Complementary color
Monochromatic Colors of #5D809E
Black with #5D809E
Text Example
Text Example
White with #5D809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D809E; }
p { color: rgb(93,128,158); }
H1.HeaderClassName
{
color: #5D809E;
}
.AnyTagClassName
{
color: #5D809E;
}
</style>
background-color css
<style>
a { background-color: #5D809E; }
a { background-color: rgb(93,128,158); }
div.DivClassName
{
background-color: #5D809E;
}
.BgClassName
{
background-color: #5D809E;
}
</style>
border-color css
<style>
span { border-color: #5D809E; }
span { border-color: rgb(93,128,158); }
td.TdClassName
{
border-color: #5D809E;
}
.TagClassName
{
border-color: #5D809E;
}
</style>