Shades of Air Force Blue #5891A4
Tints of Air Force Blue #5891A4
RGB
CMYK
RGB Variations
Color information
#5891A4 (or 0x5891A4) is known color: Air Force Blue. HEX triplet: 58, 91 and A4. RGB value is (88,145,164). Sum of RGB (Red+Green+Blue) = 88+145+164=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #5891A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5891A4 is #A76E5B. Grayscale: #818181. Windows color (decimal): -10972764 or 10785112. OLE color: 10785112.
HSL color Cylindrical-coordinate representation of color #5891A4: hue angle of 195º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5891A4 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 145 | 164 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.36 |
| HSL | 195º | 0.3% | 0.49% | - |
| HSV(B) | 195º | 0.46% | 0.64% | - |
| XYZ | 20.85 | 25.01 | 38.85 | - |
| YUV | 130.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 164 | 0.46 | 0.12 | 0 | 0.36 | 195 | 0.3 | 0.49 |
| Hex | 58 | 91 | A4 | 2E | C | 0 | 24 | C3 | 1E | 31 |
| Octal | 130 | 221 | 244 | 56 | 14 | 0 | 44 | 303 | 36 | 61 |
| Binary | 1011000 | 10010001 | 10100100 | 101110 | 1100 | 0 | 100100 | 11000011 | 11110 | 110001 |
Color Harmonies of #5891A4
Complementary color
Monochromatic Colors of #5891A4
Black with #5891A4
Text Example
Text Example
White with #5891A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891A4; }
p { color: rgb(88,145,164); }
H1.HeaderClassName
{
color: #5891A4;
}
.AnyTagClassName
{
color: #5891A4;
}
</style>
background-color css
<style>
a { background-color: #5891A4; }
a { background-color: rgb(88,145,164); }
div.DivClassName
{
background-color: #5891A4;
}
.BgClassName
{
background-color: #5891A4;
}
</style>
border-color css
<style>
span { border-color: #5891A4; }
span { border-color: rgb(88,145,164); }
td.TdClassName
{
border-color: #5891A4;
}
.TagClassName
{
border-color: #5891A4;
}
</style>