Shades of Air Force Blue #5385A3
Tints of Air Force Blue #5385A3
RGB
CMYK
RGB Variations
Color information
#5385A3 (or 0x5385A3) is known color: Air Force Blue. HEX triplet: 53, 85 and A3. RGB value is (83,133,163). Sum of RGB (Red+Green+Blue) = 83+133+163=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 163 - color contains mainly: blue. Hex color #5385A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5385A3 is #AC7A5C. Grayscale: #797979. Windows color (decimal): -11303517 or 10716499. OLE color: 10716499.
HSL color Cylindrical-coordinate representation of color #5385A3: hue angle of 202.5º 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 #5385A3 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 133 | 163 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.36 |
| HSL | 202.5º | 0.33% | 0.48% | - |
| HSV(B) | 202.5º | 0.49% | 0.64% | - |
| XYZ | 18.57 | 21.26 | 37.78 | - |
| YUV | 121.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 163 | 0.49 | 0.18 | 0 | 0.36 | 202.5 | 0.33 | 0.48 |
| Hex | 53 | 85 | A3 | 31 | 12 | 0 | 24 | CA | 21 | 30 |
| Octal | 123 | 205 | 243 | 61 | 22 | 0 | 44 | 312 | 41 | 60 |
| Binary | 1010011 | 10000101 | 10100011 | 110001 | 10010 | 0 | 100100 | 11001010 | 100001 | 110000 |
Color Harmonies of #5385A3
Complementary color
Monochromatic Colors of #5385A3
Black with #5385A3
Text Example
Text Example
White with #5385A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5385A3; }
p { color: rgb(83,133,163); }
H1.HeaderClassName
{
color: #5385A3;
}
.AnyTagClassName
{
color: #5385A3;
}
</style>
background-color css
<style>
a { background-color: #5385A3; }
a { background-color: rgb(83,133,163); }
div.DivClassName
{
background-color: #5385A3;
}
.BgClassName
{
background-color: #5385A3;
}
</style>
border-color css
<style>
span { border-color: #5385A3; }
span { border-color: rgb(83,133,163); }
td.TdClassName
{
border-color: #5385A3;
}
.TagClassName
{
border-color: #5385A3;
}
</style>