Shades of Air Force Blue #5B8FAC
Tints of Air Force Blue #5B8FAC
RGB
CMYK
RGB Variations
Color information
#5B8FAC (or 0x5B8FAC) is known color: Air Force Blue. HEX triplet: 5B, 8F and AC. RGB value is (91,143,172). Sum of RGB (Red+Green+Blue) = 91+143+172=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B8FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8FAC is #A47053. Grayscale: #828282. Windows color (decimal): -10776660 or 11308891. OLE color: 11308891.
HSL color Cylindrical-coordinate representation of color #5B8FAC: hue angle of 201.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B8FAC is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 143 | 172 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.33 |
| HSL | 201.48º | 0.33% | 0.52% | - |
| HSV(B) | 201.48º | 0.47% | 0.67% | - |
| XYZ | 21.58 | 24.85 | 42.69 | - |
| YUV | 130.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 172 | 0.47 | 0.17 | 0 | 0.33 | 201.48 | 0.33 | 0.52 |
| Hex | 5B | 8F | AC | 2F | 11 | 0 | 21 | C9 | 21 | 34 |
| Octal | 133 | 217 | 254 | 57 | 21 | 0 | 41 | 311 | 41 | 64 |
| Binary | 1011011 | 10001111 | 10101100 | 101111 | 10001 | 0 | 100001 | 11001001 | 100001 | 110100 |
Color Harmonies of #5B8FAC
Complementary color
Monochromatic Colors of #5B8FAC
Black with #5B8FAC
Text Example
Text Example
White with #5B8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FAC; }
p { color: rgb(91,143,172); }
H1.HeaderClassName
{
color: #5B8FAC;
}
.AnyTagClassName
{
color: #5B8FAC;
}
</style>
background-color css
<style>
a { background-color: #5B8FAC; }
a { background-color: rgb(91,143,172); }
div.DivClassName
{
background-color: #5B8FAC;
}
.BgClassName
{
background-color: #5B8FAC;
}
</style>
border-color css
<style>
span { border-color: #5B8FAC; }
span { border-color: rgb(91,143,172); }
td.TdClassName
{
border-color: #5B8FAC;
}
.TagClassName
{
border-color: #5B8FAC;
}
</style>