Shades of Air Force Blue #5892A5
Tints of Air Force Blue #5892A5
RGB
CMYK
RGB Variations
Color information
#5892A5 (or 0x5892A5) is known color: Air Force Blue. HEX triplet: 58, 92 and A5. RGB value is (88,146,165). Sum of RGB (Red+Green+Blue) = 88+146+165=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #5892A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5892A5 is #A76D5A. Grayscale: #828282. Windows color (decimal): -10972507 or 10850904. OLE color: 10850904.
HSL color Cylindrical-coordinate representation of color #5892A5: hue angle of 194.81º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5892A5 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 146 | 165 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.35 |
| HSL | 194.81º | 0.3% | 0.5% | - |
| HSV(B) | 194.81º | 0.47% | 0.65% | - |
| XYZ | 21.09 | 25.35 | 39.38 | - |
| YUV | 130.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 165 | 0.47 | 0.12 | 0 | 0.35 | 194.81 | 0.3 | 0.5 |
| Hex | 58 | 92 | A5 | 2F | C | 0 | 23 | C3 | 1E | 32 |
| Octal | 130 | 222 | 245 | 57 | 14 | 0 | 43 | 303 | 36 | 62 |
| Binary | 1011000 | 10010010 | 10100101 | 101111 | 1100 | 0 | 100011 | 11000011 | 11110 | 110010 |
Color Harmonies of #5892A5
Complementary color
Monochromatic Colors of #5892A5
Black with #5892A5
Text Example
Text Example
White with #5892A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892A5; }
p { color: rgb(88,146,165); }
H1.HeaderClassName
{
color: #5892A5;
}
.AnyTagClassName
{
color: #5892A5;
}
</style>
background-color css
<style>
a { background-color: #5892A5; }
a { background-color: rgb(88,146,165); }
div.DivClassName
{
background-color: #5892A5;
}
.BgClassName
{
background-color: #5892A5;
}
</style>
border-color css
<style>
span { border-color: #5892A5; }
span { border-color: rgb(88,146,165); }
td.TdClassName
{
border-color: #5892A5;
}
.TagClassName
{
border-color: #5892A5;
}
</style>