Shades of Air Force Blue #5583AF
Tints of Air Force Blue #5583AF
RGB
CMYK
RGB Variations
Color information
#5583AF (or 0x5583AF) is known color: Air Force Blue. HEX triplet: 55, 83 and AF. RGB value is (85,131,175). Sum of RGB (Red+Green+Blue) = 85+131+175=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5583AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5583AF is #AA7C50. Grayscale: #7A7A7A. Windows color (decimal): -11172945 or 11502421. OLE color: 11502421.
HSL color Cylindrical-coordinate representation of color #5583AF: hue angle of 209.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5583AF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 131 | 175 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.31 |
| HSL | 209.33º | 0.36% | 0.51% | - |
| HSV(B) | 209.33º | 0.51% | 0.69% | - |
| XYZ | 19.6 | 21.26 | 43.63 | - |
| YUV | 122.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 175 | 0.51 | 0.25 | 0 | 0.31 | 209.33 | 0.36 | 0.51 |
| Hex | 55 | 83 | AF | 33 | 19 | 0 | 1F | D1 | 24 | 33 |
| Octal | 125 | 203 | 257 | 63 | 31 | 0 | 37 | 321 | 44 | 63 |
| Binary | 1010101 | 10000011 | 10101111 | 110011 | 11001 | 0 | 11111 | 11010001 | 100100 | 110011 |
Color Harmonies of #5583AF
Complementary color
Monochromatic Colors of #5583AF
Black with #5583AF
Text Example
Text Example
White with #5583AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583AF; }
p { color: rgb(85,131,175); }
H1.HeaderClassName
{
color: #5583AF;
}
.AnyTagClassName
{
color: #5583AF;
}
</style>
background-color css
<style>
a { background-color: #5583AF; }
a { background-color: rgb(85,131,175); }
div.DivClassName
{
background-color: #5583AF;
}
.BgClassName
{
background-color: #5583AF;
}
</style>
border-color css
<style>
span { border-color: #5583AF; }
span { border-color: rgb(85,131,175); }
td.TdClassName
{
border-color: #5583AF;
}
.TagClassName
{
border-color: #5583AF;
}
</style>