Shades of Air Force Blue #5383A4
Tints of Air Force Blue #5383A4
RGB
CMYK
RGB Variations
Color information
#5383A4 (or 0x5383A4) is known color: Air Force Blue. HEX triplet: 53, 83 and A4. RGB value is (83,131,164). Sum of RGB (Red+Green+Blue) = 83+131+164=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #5383A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5383A4 is #AC7C5B. Grayscale: #787878. Windows color (decimal): -11304028 or 10781523. OLE color: 10781523.
HSL color Cylindrical-coordinate representation of color #5383A4: hue angle of 204.44º 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 #5383A4 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 131 | 164 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.36 |
| HSL | 204.44º | 0.33% | 0.48% | - |
| HSV(B) | 204.44º | 0.49% | 0.64% | - |
| XYZ | 18.38 | 20.75 | 38.16 | - |
| YUV | 120.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 164 | 0.49 | 0.20 | 0 | 0.36 | 204.44 | 0.33 | 0.48 |
| Hex | 53 | 83 | A4 | 31 | 14 | 0 | 24 | CC | 21 | 30 |
| Octal | 123 | 203 | 244 | 61 | 24 | 0 | 44 | 314 | 41 | 60 |
| Binary | 1010011 | 10000011 | 10100100 | 110001 | 10100 | 0 | 100100 | 11001100 | 100001 | 110000 |
Color Harmonies of #5383A4
Complementary color
Monochromatic Colors of #5383A4
Black with #5383A4
Text Example
Text Example
White with #5383A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5383A4; }
p { color: rgb(83,131,164); }
H1.HeaderClassName
{
color: #5383A4;
}
.AnyTagClassName
{
color: #5383A4;
}
</style>
background-color css
<style>
a { background-color: #5383A4; }
a { background-color: rgb(83,131,164); }
div.DivClassName
{
background-color: #5383A4;
}
.BgClassName
{
background-color: #5383A4;
}
</style>
border-color css
<style>
span { border-color: #5383A4; }
span { border-color: rgb(83,131,164); }
td.TdClassName
{
border-color: #5383A4;
}
.TagClassName
{
border-color: #5383A4;
}
</style>