Shades of Air Force Blue #5A819D
Tints of Air Force Blue #5A819D
RGB
CMYK
RGB Variations
Color information
#5A819D (or 0x5A819D) is known color: Air Force Blue. HEX triplet: 5A, 81 and 9D. RGB value is (90,129,157). Sum of RGB (Red+Green+Blue) = 90+129+157=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A819D is #A57E62. Grayscale: #787878. Windows color (decimal): -10845795 or 10322266. OLE color: 10322266.
HSL color Cylindrical-coordinate representation of color #5A819D: hue angle of 205.07º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A819D is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 129 | 157 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.38 |
| HSL | 205.07º | 0.27% | 0.48% | - |
| HSV(B) | 205.07º | 0.43% | 0.62% | - |
| XYZ | 18.15 | 20.31 | 34.86 | - |
| YUV | 120.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 157 | 0.43 | 0.18 | 0 | 0.38 | 205.07 | 0.27 | 0.48 |
| Hex | 5A | 81 | 9D | 2B | 12 | 0 | 26 | CD | 1B | 30 |
| Octal | 132 | 201 | 235 | 53 | 22 | 0 | 46 | 315 | 33 | 60 |
| Binary | 1011010 | 10000001 | 10011101 | 101011 | 10010 | 0 | 100110 | 11001101 | 11011 | 110000 |
Color Harmonies of #5A819D
Complementary color
Monochromatic Colors of #5A819D
Black with #5A819D
Text Example
Text Example
White with #5A819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A819D; }
p { color: rgb(90,129,157); }
H1.HeaderClassName
{
color: #5A819D;
}
.AnyTagClassName
{
color: #5A819D;
}
</style>
background-color css
<style>
a { background-color: #5A819D; }
a { background-color: rgb(90,129,157); }
div.DivClassName
{
background-color: #5A819D;
}
.BgClassName
{
background-color: #5A819D;
}
</style>
border-color css
<style>
span { border-color: #5A819D; }
span { border-color: rgb(90,129,157); }
td.TdClassName
{
border-color: #5A819D;
}
.TagClassName
{
border-color: #5A819D;
}
</style>