Shades of Air Force Blue #5D889D
Tints of Air Force Blue #5D889D
RGB
CMYK
RGB Variations
Color information
#5D889D (or 0x5D889D) is known color: Air Force Blue. HEX triplet: 5D, 88 and 9D. RGB value is (93,136,157). Sum of RGB (Red+Green+Blue) = 93+136+157=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D889D is #A27762. Grayscale: #7D7D7D. Windows color (decimal): -10647395 or 10324061. OLE color: 10324061.
HSL color Cylindrical-coordinate representation of color #5D889D: hue angle of 199.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D889D is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 136 | 157 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.38 |
| HSL | 199.69º | 0.26% | 0.49% | - |
| HSV(B) | 199.69º | 0.41% | 0.62% | - |
| XYZ | 19.4 | 22.37 | 35.19 | - |
| YUV | 125.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 157 | 0.41 | 0.13 | 0 | 0.38 | 199.69 | 0.26 | 0.49 |
| Hex | 5D | 88 | 9D | 29 | D | 0 | 26 | C8 | 1A | 31 |
| Octal | 135 | 210 | 235 | 51 | 15 | 0 | 46 | 310 | 32 | 61 |
| Binary | 1011101 | 10001000 | 10011101 | 101001 | 1101 | 0 | 100110 | 11001000 | 11010 | 110001 |
Color Harmonies of #5D889D
Complementary color
Monochromatic Colors of #5D889D
Black with #5D889D
Text Example
Text Example
White with #5D889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D889D; }
p { color: rgb(93,136,157); }
H1.HeaderClassName
{
color: #5D889D;
}
.AnyTagClassName
{
color: #5D889D;
}
</style>
background-color css
<style>
a { background-color: #5D889D; }
a { background-color: rgb(93,136,157); }
div.DivClassName
{
background-color: #5D889D;
}
.BgClassName
{
background-color: #5D889D;
}
</style>
border-color css
<style>
span { border-color: #5D889D; }
span { border-color: rgb(93,136,157); }
td.TdClassName
{
border-color: #5D889D;
}
.TagClassName
{
border-color: #5D889D;
}
</style>