Shades of Air Force Blue #5B889D
Tints of Air Force Blue #5B889D
RGB
CMYK
RGB Variations
Color information
#5B889D (or 0x5B889D) is known color: Air Force Blue. HEX triplet: 5B, 88 and 9D. RGB value is (91,136,157). Sum of RGB (Red+Green+Blue) = 91+136+157=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B889D is #A47762. Grayscale: #7C7C7C. Windows color (decimal): -10778467 or 10324059. OLE color: 10324059.
HSL color Cylindrical-coordinate representation of color #5B889D: hue angle of 199.09º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B889D is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 136 | 157 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.38 |
| HSL | 199.09º | 0.27% | 0.49% | - |
| HSV(B) | 199.09º | 0.42% | 0.62% | - |
| XYZ | 19.2 | 22.27 | 35.18 | - |
| YUV | 124.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 157 | 0.42 | 0.13 | 0 | 0.38 | 199.09 | 0.27 | 0.49 |
| Hex | 5B | 88 | 9D | 2A | D | 0 | 26 | C7 | 1B | 31 |
| Octal | 133 | 210 | 235 | 52 | 15 | 0 | 46 | 307 | 33 | 61 |
| Binary | 1011011 | 10001000 | 10011101 | 101010 | 1101 | 0 | 100110 | 11000111 | 11011 | 110001 |
Color Harmonies of #5B889D
Complementary color
Monochromatic Colors of #5B889D
Black with #5B889D
Text Example
Text Example
White with #5B889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B889D; }
p { color: rgb(91,136,157); }
H1.HeaderClassName
{
color: #5B889D;
}
.AnyTagClassName
{
color: #5B889D;
}
</style>
background-color css
<style>
a { background-color: #5B889D; }
a { background-color: rgb(91,136,157); }
div.DivClassName
{
background-color: #5B889D;
}
.BgClassName
{
background-color: #5B889D;
}
</style>
border-color css
<style>
span { border-color: #5B889D; }
span { border-color: rgb(91,136,157); }
td.TdClassName
{
border-color: #5B889D;
}
.TagClassName
{
border-color: #5B889D;
}
</style>