Shades of Air Force Blue #577F9C
Tints of Air Force Blue #577F9C
RGB
CMYK
RGB Variations
Color information
#577F9C (or 0x577F9C) is known color: Air Force Blue. HEX triplet: 57, 7F and 9C. RGB value is (87,127,156). Sum of RGB (Red+Green+Blue) = 87+127+156=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #577F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F9C is #A88063. Grayscale: #767676. Windows color (decimal): -11042916 or 10256215. OLE color: 10256215.
HSL color Cylindrical-coordinate representation of color #577F9C: hue angle of 205.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #577F9C is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 127 | 156 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.39 |
| HSL | 205.22º | 0.28% | 0.48% | - |
| HSV(B) | 205.22º | 0.44% | 0.61% | - |
| XYZ | 17.52 | 19.61 | 34.31 | - |
| YUV | 118.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 156 | 0.44 | 0.19 | 0 | 0.39 | 205.22 | 0.28 | 0.48 |
| Hex | 57 | 7F | 9C | 2C | 13 | 0 | 27 | CD | 1C | 30 |
| Octal | 127 | 177 | 234 | 54 | 23 | 0 | 47 | 315 | 34 | 60 |
| Binary | 1010111 | 1111111 | 10011100 | 101100 | 10011 | 0 | 100111 | 11001101 | 11100 | 110000 |
Color Harmonies of #577F9C
Complementary color
Monochromatic Colors of #577F9C
Black with #577F9C
Text Example
Text Example
White with #577F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F9C; }
p { color: rgb(87,127,156); }
H1.HeaderClassName
{
color: #577F9C;
}
.AnyTagClassName
{
color: #577F9C;
}
</style>
background-color css
<style>
a { background-color: #577F9C; }
a { background-color: rgb(87,127,156); }
div.DivClassName
{
background-color: #577F9C;
}
.BgClassName
{
background-color: #577F9C;
}
</style>
border-color css
<style>
span { border-color: #577F9C; }
span { border-color: rgb(87,127,156); }
td.TdClassName
{
border-color: #577F9C;
}
.TagClassName
{
border-color: #577F9C;
}
</style>