Shades of Air Force Blue #58859C
Tints of Air Force Blue #58859C
RGB
CMYK
RGB Variations
Color information
#58859C (or 0x58859C) is known color: Air Force Blue. HEX triplet: 58, 85 and 9C. RGB value is (88,133,156). Sum of RGB (Red+Green+Blue) = 88+133+156=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #58859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859C is #A77A63. Grayscale: #7A7A7A. Windows color (decimal): -10975844 or 10257752. OLE color: 10257752.
HSL color Cylindrical-coordinate representation of color #58859C: hue angle of 200.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58859C is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 133 | 156 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.39 |
| HSL | 200.29º | 0.28% | 0.48% | - |
| HSV(B) | 200.29º | 0.44% | 0.61% | - |
| XYZ | 18.41 | 21.25 | 34.58 | - |
| YUV | 122.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 156 | 0.44 | 0.15 | 0 | 0.39 | 200.29 | 0.28 | 0.48 |
| Hex | 58 | 85 | 9C | 2C | F | 0 | 27 | C8 | 1C | 30 |
| Octal | 130 | 205 | 234 | 54 | 17 | 0 | 47 | 310 | 34 | 60 |
| Binary | 1011000 | 10000101 | 10011100 | 101100 | 1111 | 0 | 100111 | 11001000 | 11100 | 110000 |
Color Harmonies of #58859C
Complementary color
Monochromatic Colors of #58859C
Black with #58859C
Text Example
Text Example
White with #58859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58859C; }
p { color: rgb(88,133,156); }
H1.HeaderClassName
{
color: #58859C;
}
.AnyTagClassName
{
color: #58859C;
}
</style>
background-color css
<style>
a { background-color: #58859C; }
a { background-color: rgb(88,133,156); }
div.DivClassName
{
background-color: #58859C;
}
.BgClassName
{
background-color: #58859C;
}
</style>
border-color css
<style>
span { border-color: #58859C; }
span { border-color: rgb(88,133,156); }
td.TdClassName
{
border-color: #58859C;
}
.TagClassName
{
border-color: #58859C;
}
</style>