Shades of Air Force Blue #5B8FAD
Tints of Air Force Blue #5B8FAD
RGB
CMYK
RGB Variations
Color information
#5B8FAD (or 0x5B8FAD) is known color: Air Force Blue. HEX triplet: 5B, 8F and AD. RGB value is (91,143,173). Sum of RGB (Red+Green+Blue) = 91+143+173=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B8FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8FAD is #A47052. Grayscale: #828282. Windows color (decimal): -10776659 or 11374427. OLE color: 11374427.
HSL color Cylindrical-coordinate representation of color #5B8FAD: hue angle of 201.95º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B8FAD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 143 | 173 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.32 |
| HSL | 201.95º | 0.33% | 0.52% | - |
| HSV(B) | 201.95º | 0.47% | 0.68% | - |
| XYZ | 21.68 | 24.89 | 43.2 | - |
| YUV | 130.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 173 | 0.47 | 0.17 | 0 | 0.32 | 201.95 | 0.33 | 0.52 |
| Hex | 5B | 8F | AD | 2F | 11 | 0 | 20 | CA | 21 | 34 |
| Octal | 133 | 217 | 255 | 57 | 21 | 0 | 40 | 312 | 41 | 64 |
| Binary | 1011011 | 10001111 | 10101101 | 101111 | 10001 | 0 | 100000 | 11001010 | 100001 | 110100 |
Color Harmonies of #5B8FAD
Complementary color
Monochromatic Colors of #5B8FAD
Black with #5B8FAD
Text Example
Text Example
White with #5B8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FAD; }
p { color: rgb(91,143,173); }
H1.HeaderClassName
{
color: #5B8FAD;
}
.AnyTagClassName
{
color: #5B8FAD;
}
</style>
background-color css
<style>
a { background-color: #5B8FAD; }
a { background-color: rgb(91,143,173); }
div.DivClassName
{
background-color: #5B8FAD;
}
.BgClassName
{
background-color: #5B8FAD;
}
</style>
border-color css
<style>
span { border-color: #5B8FAD; }
span { border-color: rgb(91,143,173); }
td.TdClassName
{
border-color: #5B8FAD;
}
.TagClassName
{
border-color: #5B8FAD;
}
</style>