Shades of Air Force Blue #5D859D
Tints of Air Force Blue #5D859D
RGB
CMYK
RGB Variations
Color information
#5D859D (or 0x5D859D) is known color: Air Force Blue. HEX triplet: 5D, 85 and 9D. RGB value is (93,133,157). Sum of RGB (Red+Green+Blue) = 93+133+157=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D859D is #A27A62. Grayscale: #7B7B7B. Windows color (decimal): -10648163 or 10323293. OLE color: 10323293.
HSL color Cylindrical-coordinate representation of color #5D859D: hue angle of 202.5º 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 #5D859D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 133 | 157 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.38 |
| HSL | 202.5º | 0.26% | 0.49% | - |
| HSV(B) | 202.5º | 0.41% | 0.62% | - |
| XYZ | 18.99 | 21.54 | 35.05 | - |
| YUV | 123.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 157 | 0.41 | 0.15 | 0 | 0.38 | 202.5 | 0.26 | 0.49 |
| Hex | 5D | 85 | 9D | 29 | F | 0 | 26 | CA | 1A | 31 |
| Octal | 135 | 205 | 235 | 51 | 17 | 0 | 46 | 312 | 32 | 61 |
| Binary | 1011101 | 10000101 | 10011101 | 101001 | 1111 | 0 | 100110 | 11001010 | 11010 | 110001 |
Color Harmonies of #5D859D
Complementary color
Monochromatic Colors of #5D859D
Black with #5D859D
Text Example
Text Example
White with #5D859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D859D; }
p { color: rgb(93,133,157); }
H1.HeaderClassName
{
color: #5D859D;
}
.AnyTagClassName
{
color: #5D859D;
}
</style>
background-color css
<style>
a { background-color: #5D859D; }
a { background-color: rgb(93,133,157); }
div.DivClassName
{
background-color: #5D859D;
}
.BgClassName
{
background-color: #5D859D;
}
</style>
border-color css
<style>
span { border-color: #5D859D; }
span { border-color: rgb(93,133,157); }
td.TdClassName
{
border-color: #5D859D;
}
.TagClassName
{
border-color: #5D859D;
}
</style>