Shades of Air Force Blue #538DB5
Tints of Air Force Blue #538DB5
RGB
CMYK
RGB Variations
Color information
#538DB5 (or 0x538DB5) is known color: Air Force Blue. HEX triplet: 53, 8D and B5. RGB value is (83,141,181). Sum of RGB (Red+Green+Blue) = 83+141+181=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #538DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DB5 is #AC724A. Grayscale: #808080. Windows color (decimal): -11301451 or 11898195. OLE color: 11898195.
HSL color Cylindrical-coordinate representation of color #538DB5: hue angle of 204.49º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538DB5 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 141 | 181 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.29 |
| HSL | 204.49º | 0.4% | 0.52% | - |
| HSV(B) | 204.49º | 0.54% | 0.71% | - |
| XYZ | 21.43 | 24.22 | 47.26 | - |
| YUV | 128.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 181 | 0.54 | 0.22 | 0 | 0.29 | 204.49 | 0.4 | 0.52 |
| Hex | 53 | 8D | B5 | 36 | 16 | 0 | 1D | CC | 28 | 34 |
| Octal | 123 | 215 | 265 | 66 | 26 | 0 | 35 | 314 | 50 | 64 |
| Binary | 1010011 | 10001101 | 10110101 | 110110 | 10110 | 0 | 11101 | 11001100 | 101000 | 110100 |
Color Harmonies of #538DB5
Complementary color
Monochromatic Colors of #538DB5
Black with #538DB5
Text Example
Text Example
White with #538DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DB5; }
p { color: rgb(83,141,181); }
H1.HeaderClassName
{
color: #538DB5;
}
.AnyTagClassName
{
color: #538DB5;
}
</style>
background-color css
<style>
a { background-color: #538DB5; }
a { background-color: rgb(83,141,181); }
div.DivClassName
{
background-color: #538DB5;
}
.BgClassName
{
background-color: #538DB5;
}
</style>
border-color css
<style>
span { border-color: #538DB5; }
span { border-color: rgb(83,141,181); }
td.TdClassName
{
border-color: #538DB5;
}
.TagClassName
{
border-color: #538DB5;
}
</style>