Shades of Air Force Blue #56829B
Tints of Air Force Blue #56829B
RGB
CMYK
RGB Variations
Color information
#56829B (or 0x56829B) is known color: Air Force Blue. HEX triplet: 56, 82 and 9B. RGB value is (86,130,155). Sum of RGB (Red+Green+Blue) = 86+130+155=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #56829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829B is #A97D64. Grayscale: #777777. Windows color (decimal): -11107685 or 10191446. OLE color: 10191446.
HSL color Cylindrical-coordinate representation of color #56829B: hue angle of 201.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56829B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 130 | 155 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.39 |
| HSL | 201.74º | 0.29% | 0.47% | - |
| HSV(B) | 201.74º | 0.45% | 0.61% | - |
| XYZ | 17.74 | 20.31 | 34 | - |
| YUV | 119.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 155 | 0.45 | 0.16 | 0 | 0.39 | 201.74 | 0.29 | 0.47 |
| Hex | 56 | 82 | 9B | 2D | 10 | 0 | 27 | CA | 1D | 2F |
| Octal | 126 | 202 | 233 | 55 | 20 | 0 | 47 | 312 | 35 | 57 |
| Binary | 1010110 | 10000010 | 10011011 | 101101 | 10000 | 0 | 100111 | 11001010 | 11101 | 101111 |
Color Harmonies of #56829B
Complementary color
Monochromatic Colors of #56829B
Black with #56829B
Text Example
Text Example
White with #56829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56829B; }
p { color: rgb(86,130,155); }
H1.HeaderClassName
{
color: #56829B;
}
.AnyTagClassName
{
color: #56829B;
}
</style>
background-color css
<style>
a { background-color: #56829B; }
a { background-color: rgb(86,130,155); }
div.DivClassName
{
background-color: #56829B;
}
.BgClassName
{
background-color: #56829B;
}
</style>
border-color css
<style>
span { border-color: #56829B; }
span { border-color: rgb(86,130,155); }
td.TdClassName
{
border-color: #56829B;
}
.TagClassName
{
border-color: #56829B;
}
</style>