Shades of Air Force Blue #5B859D
Tints of Air Force Blue #5B859D
RGB
CMYK
RGB Variations
Color information
#5B859D (or 0x5B859D) is known color: Air Force Blue. HEX triplet: 5B, 85 and 9D. RGB value is (91,133,157). Sum of RGB (Red+Green+Blue) = 91+133+157=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B859D is #A47A62. Grayscale: #7B7B7B. Windows color (decimal): -10779235 or 10323291. OLE color: 10323291.
HSL color Cylindrical-coordinate representation of color #5B859D: hue angle of 201.82º degrees, saturation: 0.27, 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 #5B859D is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 133 | 157 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.38 |
| HSL | 201.82º | 0.27% | 0.49% | - |
| HSV(B) | 201.82º | 0.42% | 0.62% | - |
| XYZ | 18.79 | 21.43 | 35.05 | - |
| YUV | 123.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 157 | 0.42 | 0.15 | 0 | 0.38 | 201.82 | 0.27 | 0.49 |
| Hex | 5B | 85 | 9D | 2A | F | 0 | 26 | CA | 1B | 31 |
| Octal | 133 | 205 | 235 | 52 | 17 | 0 | 46 | 312 | 33 | 61 |
| Binary | 1011011 | 10000101 | 10011101 | 101010 | 1111 | 0 | 100110 | 11001010 | 11011 | 110001 |
Color Harmonies of #5B859D
Complementary color
Monochromatic Colors of #5B859D
Black with #5B859D
Text Example
Text Example
White with #5B859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B859D; }
p { color: rgb(91,133,157); }
H1.HeaderClassName
{
color: #5B859D;
}
.AnyTagClassName
{
color: #5B859D;
}
</style>
background-color css
<style>
a { background-color: #5B859D; }
a { background-color: rgb(91,133,157); }
div.DivClassName
{
background-color: #5B859D;
}
.BgClassName
{
background-color: #5B859D;
}
</style>
border-color css
<style>
span { border-color: #5B859D; }
span { border-color: rgb(91,133,157); }
td.TdClassName
{
border-color: #5B859D;
}
.TagClassName
{
border-color: #5B859D;
}
</style>