Shades of Air Force Blue #5D879F
Tints of Air Force Blue #5D879F
RGB
CMYK
RGB Variations
Color information
#5D879F (or 0x5D879F) is known color: Air Force Blue. HEX triplet: 5D, 87 and 9F. RGB value is (93,135,159). Sum of RGB (Red+Green+Blue) = 93+135+159=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D879F is #A27860. Grayscale: #7D7D7D. Windows color (decimal): -10647649 or 10454877. OLE color: 10454877.
HSL color Cylindrical-coordinate representation of color #5D879F: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D879F is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 135 | 159 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.38 |
| HSL | 201.82º | 0.26% | 0.49% | - |
| HSV(B) | 201.82º | 0.42% | 0.62% | - |
| XYZ | 19.44 | 22.16 | 36.05 | - |
| YUV | 125.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 159 | 0.42 | 0.15 | 0 | 0.38 | 201.82 | 0.26 | 0.49 |
| Hex | 5D | 87 | 9F | 2A | F | 0 | 26 | CA | 1A | 31 |
| Octal | 135 | 207 | 237 | 52 | 17 | 0 | 46 | 312 | 32 | 61 |
| Binary | 1011101 | 10000111 | 10011111 | 101010 | 1111 | 0 | 100110 | 11001010 | 11010 | 110001 |
Color Harmonies of #5D879F
Complementary color
Monochromatic Colors of #5D879F
Black with #5D879F
Text Example
Text Example
White with #5D879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D879F; }
p { color: rgb(93,135,159); }
H1.HeaderClassName
{
color: #5D879F;
}
.AnyTagClassName
{
color: #5D879F;
}
</style>
background-color css
<style>
a { background-color: #5D879F; }
a { background-color: rgb(93,135,159); }
div.DivClassName
{
background-color: #5D879F;
}
.BgClassName
{
background-color: #5D879F;
}
</style>
border-color css
<style>
span { border-color: #5D879F; }
span { border-color: rgb(93,135,159); }
td.TdClassName
{
border-color: #5D879F;
}
.TagClassName
{
border-color: #5D879F;
}
</style>