Shades of Air Force Blue #5D8CAA
Tints of Air Force Blue #5D8CAA
RGB
CMYK
RGB Variations
Color information
#5D8CAA (or 0x5D8CAA) is known color: Air Force Blue. HEX triplet: 5D, 8C and AA. RGB value is (93,140,170). Sum of RGB (Red+Green+Blue) = 93+140+170=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8CAA is #A27355. Grayscale: #818181. Windows color (decimal): -10646358 or 11177053. OLE color: 11177053.
HSL color Cylindrical-coordinate representation of color #5D8CAA: hue angle of 203.38º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D8CAA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 140 | 170 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.33 |
| HSL | 203.38º | 0.31% | 0.52% | - |
| HSV(B) | 203.38º | 0.45% | 0.67% | - |
| XYZ | 21.15 | 23.99 | 41.55 | - |
| YUV | 129.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 170 | 0.45 | 0.18 | 0 | 0.33 | 203.38 | 0.31 | 0.52 |
| Hex | 5D | 8C | AA | 2D | 12 | 0 | 21 | CB | 1F | 34 |
| Octal | 135 | 214 | 252 | 55 | 22 | 0 | 41 | 313 | 37 | 64 |
| Binary | 1011101 | 10001100 | 10101010 | 101101 | 10010 | 0 | 100001 | 11001011 | 11111 | 110100 |
Color Harmonies of #5D8CAA
Complementary color
Monochromatic Colors of #5D8CAA
Black with #5D8CAA
Text Example
Text Example
White with #5D8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8CAA; }
p { color: rgb(93,140,170); }
H1.HeaderClassName
{
color: #5D8CAA;
}
.AnyTagClassName
{
color: #5D8CAA;
}
</style>
background-color css
<style>
a { background-color: #5D8CAA; }
a { background-color: rgb(93,140,170); }
div.DivClassName
{
background-color: #5D8CAA;
}
.BgClassName
{
background-color: #5D8CAA;
}
</style>
border-color css
<style>
span { border-color: #5D8CAA; }
span { border-color: rgb(93,140,170); }
td.TdClassName
{
border-color: #5D8CAA;
}
.TagClassName
{
border-color: #5D8CAA;
}
</style>