Shades of Air Force Blue #5A829B
Tints of Air Force Blue #5A829B
RGB
CMYK
RGB Variations
Color information
#5A829B (or 0x5A829B) is known color: Air Force Blue. HEX triplet: 5A, 82 and 9B. RGB value is (90,130,155). Sum of RGB (Red+Green+Blue) = 90+130+155=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A829B is #A57D64. Grayscale: #787878. Windows color (decimal): -10845541 or 10191450. OLE color: 10191450.
HSL color Cylindrical-coordinate representation of color #5A829B: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A829B is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 130 | 155 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.39 |
| HSL | 203.08º | 0.27% | 0.48% | - |
| HSV(B) | 203.08º | 0.42% | 0.61% | - |
| XYZ | 18.12 | 20.51 | 34.01 | - |
| YUV | 120.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 155 | 0.42 | 0.16 | 0 | 0.39 | 203.08 | 0.27 | 0.48 |
| Hex | 5A | 82 | 9B | 2A | 10 | 0 | 27 | CB | 1B | 30 |
| Octal | 132 | 202 | 233 | 52 | 20 | 0 | 47 | 313 | 33 | 60 |
| Binary | 1011010 | 10000010 | 10011011 | 101010 | 10000 | 0 | 100111 | 11001011 | 11011 | 110000 |
Color Harmonies of #5A829B
Complementary color
Monochromatic Colors of #5A829B
Black with #5A829B
Text Example
Text Example
White with #5A829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A829B; }
p { color: rgb(90,130,155); }
H1.HeaderClassName
{
color: #5A829B;
}
.AnyTagClassName
{
color: #5A829B;
}
</style>
background-color css
<style>
a { background-color: #5A829B; }
a { background-color: rgb(90,130,155); }
div.DivClassName
{
background-color: #5A829B;
}
.BgClassName
{
background-color: #5A829B;
}
</style>
border-color css
<style>
span { border-color: #5A829B; }
span { border-color: rgb(90,130,155); }
td.TdClassName
{
border-color: #5A829B;
}
.TagClassName
{
border-color: #5A829B;
}
</style>