Shades of Air Force Blue #5B8CAA
Tints of Air Force Blue #5B8CAA
RGB
CMYK
RGB Variations
Color information
#5B8CAA (or 0x5B8CAA) is known color: Air Force Blue. HEX triplet: 5B, 8C and AA. RGB value is (91,140,170). Sum of RGB (Red+Green+Blue) = 91+140+170=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8CAA is #A47355. Grayscale: #808080. Windows color (decimal): -10777430 or 11177051. OLE color: 11177051.
HSL color Cylindrical-coordinate representation of color #5B8CAA: hue angle of 202.78º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B8CAA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 140 | 170 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.33 |
| HSL | 202.78º | 0.32% | 0.51% | - |
| HSV(B) | 202.78º | 0.46% | 0.67% | - |
| XYZ | 20.95 | 23.88 | 41.54 | - |
| YUV | 128.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 140 | 170 | 0.46 | 0.18 | 0 | 0.33 | 202.78 | 0.32 | 0.51 |
| Hex | 5B | 8C | AA | 2E | 12 | 0 | 21 | CB | 20 | 33 |
| Octal | 133 | 214 | 252 | 56 | 22 | 0 | 41 | 313 | 40 | 63 |
| Binary | 1011011 | 10001100 | 10101010 | 101110 | 10010 | 0 | 100001 | 11001011 | 100000 | 110011 |
Color Harmonies of #5B8CAA
Complementary color
Monochromatic Colors of #5B8CAA
Black with #5B8CAA
Text Example
Text Example
White with #5B8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8CAA; }
p { color: rgb(91,140,170); }
H1.HeaderClassName
{
color: #5B8CAA;
}
.AnyTagClassName
{
color: #5B8CAA;
}
</style>
background-color css
<style>
a { background-color: #5B8CAA; }
a { background-color: rgb(91,140,170); }
div.DivClassName
{
background-color: #5B8CAA;
}
.BgClassName
{
background-color: #5B8CAA;
}
</style>
border-color css
<style>
span { border-color: #5B8CAA; }
span { border-color: rgb(91,140,170); }
td.TdClassName
{
border-color: #5B8CAA;
}
.TagClassName
{
border-color: #5B8CAA;
}
</style>