Shades of Air Force Blue #5D82AE
Tints of Air Force Blue #5D82AE
RGB
CMYK
RGB Variations
Color information
#5D82AE (or 0x5D82AE) is known color: Air Force Blue. HEX triplet: 5D, 82 and AE. RGB value is (93,130,174). Sum of RGB (Red+Green+Blue) = 93+130+174=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D82AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D82AE is #A27D51. Grayscale: #7B7B7B. Windows color (decimal): -10648914 or 11436637. OLE color: 11436637.
HSL color Cylindrical-coordinate representation of color #5D82AE: hue angle of 212.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D82AE is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 130 | 174 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.32 |
| HSL | 212.59º | 0.33% | 0.52% | - |
| HSV(B) | 212.59º | 0.47% | 0.68% | - |
| XYZ | 20.14 | 21.35 | 43.1 | - |
| YUV | 123.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 174 | 0.47 | 0.25 | 0 | 0.32 | 212.59 | 0.33 | 0.52 |
| Hex | 5D | 82 | AE | 2F | 19 | 0 | 20 | D5 | 21 | 34 |
| Octal | 135 | 202 | 256 | 57 | 31 | 0 | 40 | 325 | 41 | 64 |
| Binary | 1011101 | 10000010 | 10101110 | 101111 | 11001 | 0 | 100000 | 11010101 | 100001 | 110100 |
Color Harmonies of #5D82AE
Complementary color
Monochromatic Colors of #5D82AE
Black with #5D82AE
Text Example
Text Example
White with #5D82AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D82AE; }
p { color: rgb(93,130,174); }
H1.HeaderClassName
{
color: #5D82AE;
}
.AnyTagClassName
{
color: #5D82AE;
}
</style>
background-color css
<style>
a { background-color: #5D82AE; }
a { background-color: rgb(93,130,174); }
div.DivClassName
{
background-color: #5D82AE;
}
.BgClassName
{
background-color: #5D82AE;
}
</style>
border-color css
<style>
span { border-color: #5D82AE; }
span { border-color: rgb(93,130,174); }
td.TdClassName
{
border-color: #5D82AE;
}
.TagClassName
{
border-color: #5D82AE;
}
</style>