Shades of Air Force Blue #5B82AB
Tints of Air Force Blue #5B82AB
RGB
CMYK
RGB Variations
Color information
#5B82AB (or 0x5B82AB) is known color: Air Force Blue. HEX triplet: 5B, 82 and AB. RGB value is (91,130,171). Sum of RGB (Red+Green+Blue) = 91+130+171=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B82AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B82AB is #A47D54. Grayscale: #7A7A7A. Windows color (decimal): -10779989 or 11240027. OLE color: 11240027.
HSL color Cylindrical-coordinate representation of color #5B82AB: hue angle of 210.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B82AB is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 130 | 171 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.33 |
| HSL | 210.75º | 0.32% | 0.51% | - |
| HSV(B) | 210.75º | 0.47% | 0.67% | - |
| XYZ | 19.65 | 21.13 | 41.57 | - |
| YUV | 123.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 171 | 0.47 | 0.24 | 0 | 0.33 | 210.75 | 0.32 | 0.51 |
| Hex | 5B | 82 | AB | 2F | 18 | 0 | 21 | D3 | 20 | 33 |
| Octal | 133 | 202 | 253 | 57 | 30 | 0 | 41 | 323 | 40 | 63 |
| Binary | 1011011 | 10000010 | 10101011 | 101111 | 11000 | 0 | 100001 | 11010011 | 100000 | 110011 |
Color Harmonies of #5B82AB
Complementary color
Monochromatic Colors of #5B82AB
Black with #5B82AB
Text Example
Text Example
White with #5B82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B82AB; }
p { color: rgb(91,130,171); }
H1.HeaderClassName
{
color: #5B82AB;
}
.AnyTagClassName
{
color: #5B82AB;
}
</style>
background-color css
<style>
a { background-color: #5B82AB; }
a { background-color: rgb(91,130,171); }
div.DivClassName
{
background-color: #5B82AB;
}
.BgClassName
{
background-color: #5B82AB;
}
</style>
border-color css
<style>
span { border-color: #5B82AB; }
span { border-color: rgb(91,130,171); }
td.TdClassName
{
border-color: #5B82AB;
}
.TagClassName
{
border-color: #5B82AB;
}
</style>