Shades of Air Force Blue #5389A4
Tints of Air Force Blue #5389A4
RGB
CMYK
RGB Variations
Color information
#5389A4 (or 0x5389A4) is known color: Air Force Blue. HEX triplet: 53, 89 and A4. RGB value is (83,137,164). Sum of RGB (Red+Green+Blue) = 83+137+164=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #5389A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5389A4 is #AC765B. Grayscale: #7B7B7B. Windows color (decimal): -11302492 or 10783059. OLE color: 10783059.
HSL color Cylindrical-coordinate representation of color #5389A4: hue angle of 200º 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 #5389A4 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 137 | 164 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.36 |
| HSL | 200º | 0.33% | 0.48% | - |
| HSV(B) | 200º | 0.49% | 0.64% | - |
| XYZ | 19.21 | 22.41 | 38.43 | - |
| YUV | 123.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 164 | 0.49 | 0.16 | 0 | 0.36 | 200 | 0.33 | 0.48 |
| Hex | 53 | 89 | A4 | 31 | 10 | 0 | 24 | C8 | 21 | 30 |
| Octal | 123 | 211 | 244 | 61 | 20 | 0 | 44 | 310 | 41 | 60 |
| Binary | 1010011 | 10001001 | 10100100 | 110001 | 10000 | 0 | 100100 | 11001000 | 100001 | 110000 |
Color Harmonies of #5389A4
Complementary color
Monochromatic Colors of #5389A4
Black with #5389A4
Text Example
Text Example
White with #5389A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389A4; }
p { color: rgb(83,137,164); }
H1.HeaderClassName
{
color: #5389A4;
}
.AnyTagClassName
{
color: #5389A4;
}
</style>
background-color css
<style>
a { background-color: #5389A4; }
a { background-color: rgb(83,137,164); }
div.DivClassName
{
background-color: #5389A4;
}
.BgClassName
{
background-color: #5389A4;
}
</style>
border-color css
<style>
span { border-color: #5389A4; }
span { border-color: rgb(83,137,164); }
td.TdClassName
{
border-color: #5389A4;
}
.TagClassName
{
border-color: #5389A4;
}
</style>