Shades of Air Force Blue #5384A4
Tints of Air Force Blue #5384A4
RGB
CMYK
RGB Variations
Color information
#5384A4 (or 0x5384A4) is known color: Air Force Blue. HEX triplet: 53, 84 and A4. RGB value is (83,132,164). Sum of RGB (Red+Green+Blue) = 83+132+164=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #5384A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5384A4 is #AC7B5B. Grayscale: #787878. Windows color (decimal): -11303772 or 10781779. OLE color: 10781779.
HSL color Cylindrical-coordinate representation of color #5384A4: hue angle of 203.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5384A4 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 132 | 164 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.36 |
| HSL | 203.7º | 0.33% | 0.48% | - |
| HSV(B) | 203.7º | 0.49% | 0.64% | - |
| XYZ | 18.52 | 21.02 | 38.2 | - |
| YUV | 121 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 164 | 0.49 | 0.20 | 0 | 0.36 | 203.7 | 0.33 | 0.48 |
| Hex | 53 | 84 | A4 | 31 | 14 | 0 | 24 | CC | 21 | 30 |
| Octal | 123 | 204 | 244 | 61 | 24 | 0 | 44 | 314 | 41 | 60 |
| Binary | 1010011 | 10000100 | 10100100 | 110001 | 10100 | 0 | 100100 | 11001100 | 100001 | 110000 |
Color Harmonies of #5384A4
Complementary color
Monochromatic Colors of #5384A4
Black with #5384A4
Text Example
Text Example
White with #5384A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384A4; }
p { color: rgb(83,132,164); }
H1.HeaderClassName
{
color: #5384A4;
}
.AnyTagClassName
{
color: #5384A4;
}
</style>
background-color css
<style>
a { background-color: #5384A4; }
a { background-color: rgb(83,132,164); }
div.DivClassName
{
background-color: #5384A4;
}
.BgClassName
{
background-color: #5384A4;
}
</style>
border-color css
<style>
span { border-color: #5384A4; }
span { border-color: rgb(83,132,164); }
td.TdClassName
{
border-color: #5384A4;
}
.TagClassName
{
border-color: #5384A4;
}
</style>