Shades of Air Force Blue #5B83AC
Tints of Air Force Blue #5B83AC
RGB
CMYK
RGB Variations
Color information
#5B83AC (or 0x5B83AC) is known color: Air Force Blue. HEX triplet: 5B, 83 and AC. RGB value is (91,131,172). Sum of RGB (Red+Green+Blue) = 91+131+172=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B83AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B83AC is #A47C53. Grayscale: #7B7B7B. Windows color (decimal): -10779732 or 11305819. OLE color: 11305819.
HSL color Cylindrical-coordinate representation of color #5B83AC: hue angle of 210.37º 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 #5B83AC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 131 | 172 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.33 |
| HSL | 210.37º | 0.33% | 0.52% | - |
| HSV(B) | 210.37º | 0.47% | 0.67% | - |
| XYZ | 19.88 | 21.44 | 42.12 | - |
| YUV | 123.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 172 | 0.47 | 0.24 | 0 | 0.33 | 210.37 | 0.33 | 0.52 |
| Hex | 5B | 83 | AC | 2F | 18 | 0 | 21 | D2 | 21 | 34 |
| Octal | 133 | 203 | 254 | 57 | 30 | 0 | 41 | 322 | 41 | 64 |
| Binary | 1011011 | 10000011 | 10101100 | 101111 | 11000 | 0 | 100001 | 11010010 | 100001 | 110100 |
Color Harmonies of #5B83AC
Complementary color
Monochromatic Colors of #5B83AC
Black with #5B83AC
Text Example
Text Example
White with #5B83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B83AC; }
p { color: rgb(91,131,172); }
H1.HeaderClassName
{
color: #5B83AC;
}
.AnyTagClassName
{
color: #5B83AC;
}
</style>
background-color css
<style>
a { background-color: #5B83AC; }
a { background-color: rgb(91,131,172); }
div.DivClassName
{
background-color: #5B83AC;
}
.BgClassName
{
background-color: #5B83AC;
}
</style>
border-color css
<style>
span { border-color: #5B83AC; }
span { border-color: rgb(91,131,172); }
td.TdClassName
{
border-color: #5B83AC;
}
.TagClassName
{
border-color: #5B83AC;
}
</style>