Shades of Air Force Blue #58829B
Tints of Air Force Blue #58829B
RGB
CMYK
RGB Variations
Color information
#58829B (or 0x58829B) is known color: Air Force Blue. HEX triplet: 58, 82 and 9B. RGB value is (88,130,155). Sum of RGB (Red+Green+Blue) = 88+130+155=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #58829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58829B is #A77D64. Grayscale: #787878. Windows color (decimal): -10976613 or 10191448. OLE color: 10191448.
HSL color Cylindrical-coordinate representation of color #58829B: hue angle of 202.39º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58829B is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 130 | 155 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.39 |
| HSL | 202.39º | 0.28% | 0.48% | - |
| HSV(B) | 202.39º | 0.43% | 0.61% | - |
| XYZ | 17.92 | 20.41 | 34 | - |
| YUV | 120.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 155 | 0.43 | 0.16 | 0 | 0.39 | 202.39 | 0.28 | 0.48 |
| Hex | 58 | 82 | 9B | 2B | 10 | 0 | 27 | CA | 1C | 30 |
| Octal | 130 | 202 | 233 | 53 | 20 | 0 | 47 | 312 | 34 | 60 |
| Binary | 1011000 | 10000010 | 10011011 | 101011 | 10000 | 0 | 100111 | 11001010 | 11100 | 110000 |
Color Harmonies of #58829B
Complementary color
Monochromatic Colors of #58829B
Black with #58829B
Text Example
Text Example
White with #58829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58829B; }
p { color: rgb(88,130,155); }
H1.HeaderClassName
{
color: #58829B;
}
.AnyTagClassName
{
color: #58829B;
}
</style>
background-color css
<style>
a { background-color: #58829B; }
a { background-color: rgb(88,130,155); }
div.DivClassName
{
background-color: #58829B;
}
.BgClassName
{
background-color: #58829B;
}
</style>
border-color css
<style>
span { border-color: #58829B; }
span { border-color: rgb(88,130,155); }
td.TdClassName
{
border-color: #58829B;
}
.TagClassName
{
border-color: #58829B;
}
</style>