Shades of Air Force Blue #5A8CB4
Tints of Air Force Blue #5A8CB4
RGB
CMYK
RGB Variations
Color information
#5A8CB4 (or 0x5A8CB4) is known color: Air Force Blue. HEX triplet: 5A, 8C and B4. RGB value is (90,140,180). Sum of RGB (Red+Green+Blue) = 90+140+180=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A8CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CB4 is #A5734B. Grayscale: #818181. Windows color (decimal): -10842956 or 11832410. OLE color: 11832410.
HSL color Cylindrical-coordinate representation of color #5A8CB4: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A8CB4 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 140 | 180 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.29 |
| HSL | 206.67º | 0.38% | 0.53% | - |
| HSV(B) | 206.67º | 0.5% | 0.71% | - |
| XYZ | 21.83 | 24.23 | 46.71 | - |
| YUV | 129.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 180 | 0.50 | 0.22 | 0 | 0.29 | 206.67 | 0.38 | 0.53 |
| Hex | 5A | 8C | B4 | 32 | 16 | 0 | 1D | CF | 26 | 35 |
| Octal | 132 | 214 | 264 | 62 | 26 | 0 | 35 | 317 | 46 | 65 |
| Binary | 1011010 | 10001100 | 10110100 | 110010 | 10110 | 0 | 11101 | 11001111 | 100110 | 110101 |
Color Harmonies of #5A8CB4
Complementary color
Monochromatic Colors of #5A8CB4
Black with #5A8CB4
Text Example
Text Example
White with #5A8CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CB4; }
p { color: rgb(90,140,180); }
H1.HeaderClassName
{
color: #5A8CB4;
}
.AnyTagClassName
{
color: #5A8CB4;
}
</style>
background-color css
<style>
a { background-color: #5A8CB4; }
a { background-color: rgb(90,140,180); }
div.DivClassName
{
background-color: #5A8CB4;
}
.BgClassName
{
background-color: #5A8CB4;
}
</style>
border-color css
<style>
span { border-color: #5A8CB4; }
span { border-color: rgb(90,140,180); }
td.TdClassName
{
border-color: #5A8CB4;
}
.TagClassName
{
border-color: #5A8CB4;
}
</style>