Shades of Air Force Blue #5683A4
Tints of Air Force Blue #5683A4
RGB
CMYK
RGB Variations
Color information
#5683A4 (or 0x5683A4) is known color: Air Force Blue. HEX triplet: 56, 83 and A4. RGB value is (86,131,164). Sum of RGB (Red+Green+Blue) = 86+131+164=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #5683A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5683A4 is #A97C5B. Grayscale: #797979. Windows color (decimal): -11107420 or 10781526. OLE color: 10781526.
HSL color Cylindrical-coordinate representation of color #5683A4: hue angle of 205.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5683A4 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 131 | 164 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.36 |
| HSL | 205.38º | 0.31% | 0.49% | - |
| HSV(B) | 205.38º | 0.48% | 0.64% | - |
| XYZ | 18.65 | 20.89 | 38.17 | - |
| YUV | 121.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 164 | 0.48 | 0.20 | 0 | 0.36 | 205.38 | 0.31 | 0.49 |
| Hex | 56 | 83 | A4 | 30 | 14 | 0 | 24 | CD | 1F | 31 |
| Octal | 126 | 203 | 244 | 60 | 24 | 0 | 44 | 315 | 37 | 61 |
| Binary | 1010110 | 10000011 | 10100100 | 110000 | 10100 | 0 | 100100 | 11001101 | 11111 | 110001 |
Color Harmonies of #5683A4
Complementary color
Monochromatic Colors of #5683A4
Black with #5683A4
Text Example
Text Example
White with #5683A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5683A4; }
p { color: rgb(86,131,164); }
H1.HeaderClassName
{
color: #5683A4;
}
.AnyTagClassName
{
color: #5683A4;
}
</style>
background-color css
<style>
a { background-color: #5683A4; }
a { background-color: rgb(86,131,164); }
div.DivClassName
{
background-color: #5683A4;
}
.BgClassName
{
background-color: #5683A4;
}
</style>
border-color css
<style>
span { border-color: #5683A4; }
span { border-color: rgb(86,131,164); }
td.TdClassName
{
border-color: #5683A4;
}
.TagClassName
{
border-color: #5683A4;
}
</style>