#577BAA

Color #577BAA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #577BAA

Tints of Air Force Blue #577BAA

Color information

#577BAA (or 0x577BAA) is unknown color: approx Air Force Blue. HEX triplet: 57, 7B and AA. RGB value is (87,123,170). Sum of RGB (Red+Green+Blue) = 87+123+170=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #577BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BAA is #A88455. Grayscale: #757575. Windows color (decimal): -11043926 or 11172695. OLE color: 11172695.

HSL color Cylindrical-coordinate representation of color #577BAA: hue angle of 213.98º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #577BAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87123170-
CMYK0.490.2800.33
HSL213.98º32.81%50.39%-
HSV(B)213.98º48.82%66.67%-
XYZ18.2719.0940.75-
YUV117.59157.57106.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=22.89%
G=32.37%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871231700.490.2800.33213.9832.8150.39
Hex577BAA311C021d62132
Octal12717325261340413264162
Binary101011111110111010101011000111100010000111010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577BAA; }

 p { color: rgb(87,123,170); }

 H1.HeaderClassName
 {
   color: #577BAA;
 }
 .AnyTagClassName
 {
   color: #577BAA;
 }
</style>
background-color css

<style>
 a { background-color: #577BAA; }

 a { background-color: rgb(87,123,170); }

 div.DivClassName
 {
   background-color: #577BAA;
 }
 .BgClassName
 {
   background-color: #577BAA;
 }
</style>
border-color css

<style>
 span { border-color: #577BAA; }

 span { border-color: rgb(87,123,170); }

 td.TdClassName
 {
   border-color: #577BAA;
 }
 .TagClassName
 {
   border-color: #577BAA;
 }
</style>