Shades of Air Force Blue #5D7BAB
Tints of Air Force Blue #5D7BAB
RGB
CMYK
RGB Variations
Color information
#5D7BAB (or 0x5D7BAB) is known color: Air Force Blue. HEX triplet: 5D, 7B and AB. RGB value is (93,123,171). Sum of RGB (Red+Green+Blue) = 93+123+171=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7BAB is #A28454. Grayscale: #777777. Windows color (decimal): -10650709 or 11238237. OLE color: 11238237.
HSL color Cylindrical-coordinate representation of color #5D7BAB: hue angle of 216.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7BAB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 123 | 171 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.33 |
| HSL | 216.92º | 0.32% | 0.52% | - |
| HSV(B) | 216.92º | 0.46% | 0.67% | - |
| XYZ | 18.95 | 19.43 | 41.28 | - |
| YUV | 119.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 171 | 0.46 | 0.28 | 0 | 0.33 | 216.92 | 0.32 | 0.52 |
| Hex | 5D | 7B | AB | 2E | 1C | 0 | 21 | D9 | 20 | 34 |
| Octal | 135 | 173 | 253 | 56 | 34 | 0 | 41 | 331 | 40 | 64 |
| Binary | 1011101 | 1111011 | 10101011 | 101110 | 11100 | 0 | 100001 | 11011001 | 100000 | 110100 |
Color Harmonies of #5D7BAB
Complementary color
Monochromatic Colors of #5D7BAB
Black with #5D7BAB
Text Example
Text Example
White with #5D7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7BAB; }
p { color: rgb(93,123,171); }
H1.HeaderClassName
{
color: #5D7BAB;
}
.AnyTagClassName
{
color: #5D7BAB;
}
</style>
background-color css
<style>
a { background-color: #5D7BAB; }
a { background-color: rgb(93,123,171); }
div.DivClassName
{
background-color: #5D7BAB;
}
.BgClassName
{
background-color: #5D7BAB;
}
</style>
border-color css
<style>
span { border-color: #5D7BAB; }
span { border-color: rgb(93,123,171); }
td.TdClassName
{
border-color: #5D7BAB;
}
.TagClassName
{
border-color: #5D7BAB;
}
</style>